Removed now unused per-module neighbor table size configs. Use NEIGHBOR_CONF_MAX_NEIGHBORS instead.
This commit is contained in:
parent
c3f62b24c8
commit
ff093a2b50
30 changed files with 56 additions and 75 deletions
|
@ -230,8 +230,8 @@
|
|||
#define UIP_CONF_ND6_REACHABLE_TIME 600000
|
||||
#define UIP_CONF_ND6_RETRANS_TIMER 10000
|
||||
|
||||
#ifndef UIP_CONF_DS6_NBR_NBU
|
||||
#define UIP_CONF_DS6_NBR_NBU 4 /* Handle n Neighbors */
|
||||
#ifndef NEIGHBOR_CONF_MAX_NEIGHBORS
|
||||
#define NEIGHBOR_CONF_MAX_NEIGHBORS 4 /* Handle n Neighbors */
|
||||
#endif
|
||||
#ifndef UIP_CONF_MAX_ROUTES
|
||||
#define UIP_CONF_MAX_ROUTES 4 /* Handle n Routes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue