rip.msg
来自「使用OMNET++实现RIP的核心算法,运行环境ubuntu7.04,omnet」· MSG 代码 · 共 12 行
MSG
12 行
//this is the message file for RIP routing protocol//named by Bisu[Shield]message update{ fields: int count = 1; int thisAdd[100]; int destAdd[100]; int nextHop[100]; int hopCount[100];}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?