1. 首页
  2. 考试认证
  3. 思科认证
  4. c编写的RIP协议源程序

c编写的RIP协议源程序

上传者: 2020-10-26 14:38:33上传 C文件 14.91KB 热度 12次
用C写的rip协议 这是其中的广播request程序片段: void RouteInit() { int i,optval=0,length,error; routeNum = 0; // init local socket address and ip address GetLocalIP(); // init route table items for(i = 0; i < MAX_NUM; i++) { SetRouteEntry(&routeTab
下载地址
用户评论