readme_arprefresh
来自「wifi 无线网络路由协议OLSR linux下C代码」· 代码 · 共 32 行
TXT
32 行
---------------------------------------------------------------------ARP REFRESH PLUGIN FOR OLSRDby Sven-Ola Tuecke <sven-ola-aet-gmx.de>---------------------------------------------------------------------This plugin listens to all recevice UDP packets and maintains aninternal list of MAC addresses extracted from these. By hitchhikingthe set-route-function, the kernel ARP cache will be refreshed fromthis list if a direct-neighbour host route is configured. Result:no more ARP lookups if you use a larger routing chain - e.g. fetcha web site 8 olsr-hops away does not show the typcial 8-nodes-needto ARP first delay.---------------------------------------------------------------------PLUGIN PARAMETERS (PlParam)---------------------------------------------------------------------None.---------------------------------------------------------------------SAMPLE CONFIG---------------------------------------------------------------------add in /etc/olsrd.conf:LoadPlugin "arprefresh.so.0.1"{}---------------------------------------------------------------------EOF / 2007-AUG-02
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?