readme
来自「Adhoc无线网络路由协议源码」· 代码 · 共 28 行
TXT
28 行
-------- 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 + =
减小字号Ctrl + -
显示快捷键?