?? bcast.xif
字號:
/******************************************************************* Copyright (C) 2004 Thomas Kunz, CRC Canada, BCAST for IPv4. DISTRIBUTED WITH NO WARRANTY, EXPRESS OR IMPLIED. See the GNU Library General Public License (file COPYING in directory application) for conditions of use and redistribution.*********************************************************************//* * Interface definition for the BCAST routing protocol. */interface bcast/1.0 { /** * Set HELLO interval (in seconds) * @param new_int new HELLO interval */ set_hello_interval ? new_int:i32 /** * Get HELLO interval * @param old_int current HELLO interval */ get_hello_interval -> old_int:i32 /** * Set buffer size * @param new_buf size of packet buffer */ set_buffer_size ? new_buf:i32 /** * Get buffer size * @param old_buf current packet buffer size */ get_buffer_size -> old_buf:i32 /** * Set RELIABILITY (TRUE or FALSE) * @param reliability set reliablity level for BCAST */ set_reliability ? reliability:bool /** * Get RELIABILITY setting (TRUE or FALSE) * @param reliability get reliability level for BCAST */ get_reliability -> reliability:bool /** * Set interface over which BCAST operates * @param intf set interface over which BCAST operates */ set_interface ? intf:txt /** * Get interface over which BCAST operates * @param intf get interface over wich BCAST operates */ get_interface -> intf:txt /** * Activate the protocol */ activate_bcast}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -