test_peer.xrls

来自「BCAST Implementation for NS2」· XRLS 代码 · 共 82 行

XRLS
82
字号
/* * Copyright (c) 2001-2003 International Computer Science Institute * See LICENSE file for licensing, conditions, and warranties on use. * * DO NOT EDIT THIS FILE - IT IS PROGRAMMATICALLY GENERATED * * Generated by 'tgt-gen'. * * $XORP: xorp/xrl/targets/test_peer.xrls,v 1.7 2003/11/05 18:03:54 hodson Exp $ *//** *  Get name of Xrl Target */finder://test_peer/common/0.1/get_target_name->name:txt/** *  Get version string from Xrl Target */finder://test_peer/common/0.1/get_version->version:txt/** *  Get status of Xrl Target */finder://test_peer/common/0.1/get_status->status:u32&reason:txt/** *  Request clean shutdown of Xrl Target */finder://test_peer/common/0.1/shutdown/** *  Register for receiving packets and events. *   *  @param genid Generation id. */finder://test_peer/test_peer/0.1/register?coordinator:txt&genid:u32/** *  Packetisation style. */finder://test_peer/test_peer/0.1/packetisation?protocol:txt/** *  Make a tcp connection to the specified host and port. *   *  @param host name. *   *  @param port number. */finder://test_peer/test_peer/0.1/connect?host:txt&port:u32/** *  Listen for connections on this address and port. *   *  @param address local address. *   *  @param port local port number. */finder://test_peer/test_peer/0.1/listen?address:txt&port:u32/** *  Send data Send data to the peer. */finder://test_peer/test_peer/0.1/send?data:binary/** *  Disconnect from the peer. */finder://test_peer/test_peer/0.1/disconnect/** *  Reset the peer. Take it back to a known state. */finder://test_peer/test_peer/0.1/reset/** *  Terminate the test peer process. */finder://test_peer/test_peer/0.1/terminate

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?