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
|
@ -213,11 +213,6 @@
|
|||
#define UIP_CONF_DS6_PREFIX_NBU 2
|
||||
#endif
|
||||
|
||||
#ifndef UIP_CONF_DS6_NBR_NBU
|
||||
/** Default number of neighbors that can be stored in the %neighbor cache */
|
||||
#define UIP_CONF_DS6_NBR_NBU 4
|
||||
#endif
|
||||
|
||||
#ifndef UIP_CONF_DS6_DEFRT_NBU
|
||||
/** Minimum number of default routers */
|
||||
#define UIP_CONF_DS6_DEFRT_NBU 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue