Can we change the maximum number of neighbors and the maximum number of entries in routing table, of the wisun network?
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.
Can we change the maximum number of neighbors and the maximum number of entries in routing table, of the wisun network?
Hi Mauricio,
Storage for both the routing table and neighbor table are allocated dynamically. Limiting this number that has not been implemented..
In the ns_br_src project you can see the mac_neighbor_table.c file, where the table is created storage is allocated for each entry.
Regards,
Sid