This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关闭自动期满功能?

在协议栈中,关闭自动期满功能,频繁改变节点的位置,路由表会不会满?如何删除已满的路由表?

  • How to adjust the number of routing table entries and expiration of routing table entries.

    The Routing Table can be dynamically sized by setting the MAX_RTG_ENTRIES compile option in f8wConfig.cfg. In addition Route Expiration can be setup by changing the ROUTE_EXPIRY_TIME option (value in seconds). If you set ROUTE_EXPIRY_TIME=0, route entries will never expire. However in this case if a new Routing Entry needs to be added it will replace an existing one when the table is full.