socket4_locator.xif
来自「xorp源码hg」· XIF 代码 · 共 18 行
XIF
18 行
/** * Interface for entity to help find suitable Xrl Target for creating * a socket through the socket4/0.1 interface. * * This interface exists because the FEA may be distributed across * multiple machines. In this case there may be multiple Xrl Targets * implementing the socket4/0.1 interface. A process needs to be able * to find the right Xrl Target to create the socket upon. */interface socket4_locator/0.1 { /** * Find suitable socket serving Xrl Target for a particular * interface address. */ find_socket_server_for_addr ? local_addr:ipv4 \ -> xrl_target:txt}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?