bcast.xrls

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

XRLS
93
字号
/* * 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$ *//** *  Get name of Xrl Target */finder://bcast/common/0.1/get_target_name->name:txt/** *  Get version string from Xrl Target */finder://bcast/common/0.1/get_version->version:txt/** *  Get status of Xrl Target */finder://bcast/common/0.1/get_status->status:u32&reason:txt/** *  Request clean shutdown of Xrl Target */finder://bcast/common/0.1/shutdown/** *  Set HELLO interval (in seconds) *   *  @param new_int new HELLO interval */finder://bcast/bcast/1.0/set_hello_interval?new_int:i32/** *  Get HELLO interval *   *  @param old_int current HELLO interval */finder://bcast/bcast/1.0/get_hello_interval->old_int:i32/** *  Set buffer size *   *  @param new_buf size of packet buffer */finder://bcast/bcast/1.0/set_buffer_size?new_buf:i32/** *  Get buffer size *   *  @param old_buf current packet buffer size */finder://bcast/bcast/1.0/get_buffer_size->old_buf:i32/** *  Set RELIABILITY (TRUE or FALSE) *   *  @param reliability set reliablity level for BCAST */finder://bcast/bcast/1.0/set_reliability?reliability:bool/** *  Get RELIABILITY setting (TRUE or FALSE) *   *  @param reliability get reliability level for BCAST */finder://bcast/bcast/1.0/get_reliability->reliability:bool/** *  Set interface over which BCAST operates *   *  @param intf set interface over which BCAST operates */finder://bcast/bcast/1.0/set_interface?intf:txt/** *  Get interface over which BCAST operates *   *  @param intf get interface over wich BCAST operates */finder://bcast/bcast/1.0/get_interface->intf:txt/** *  Activate the protocol */finder://bcast/bcast/1.0/activate_bcast

⌨️ 快捷键说明

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