⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Adhoc无线网络路由协议源码
💻
字号:
-------- route_check.o -----------route_check module implements support for recording the time of previous use of a route in the kernel routing table. The information is output in /proc/asl/route_check.  This information can be used by user space routing daemons in deleteing stale enries. This is a part of the Ad hoc Support framework. For details see http://www.uiuc.edu/~kawadia/asl.html The code is under the GNU Public License.-Vikas Kawadia-----------------------------------makewill compile the module.Make file can be edited to add the flag -DDEBUG9 to give extra output in system logsmake install will install the module in /lib/modules//lib/modules/$(KVERSION)/kernel/net/ipv4/make uninstall will delete the module from the above directoryTo insert the module :insmod route_check.o to remove it :rmmod route_checkmodinfo -d route_check.o gives a brief description.

⌨️ 快捷键说明

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