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
|
@ -178,7 +178,7 @@ typedef unsigned long rtimer_clock_t;
|
|||
#define UIP_CONF_ROUTER 1
|
||||
#define UIP_CONF_IPV6_RPL 1
|
||||
|
||||
#define UIP_CONF_DS6_NBR_NBU 30
|
||||
#define NEIGHBOR_CONF_MAX_NEIGHBORS 30
|
||||
#define UIP_CONF_MAX_ROUTES 30
|
||||
|
||||
#define UIP_CONF_ND6_SEND_RA 0
|
||||
|
@ -191,7 +191,6 @@ typedef unsigned long rtimer_clock_t;
|
|||
#define UIP_CONF_IPV6_REASSEMBLY 0
|
||||
#define UIP_CONF_NETIF_MAX_ADDRESSES 3
|
||||
#define UIP_CONF_ND6_MAX_PREFIXES 3
|
||||
#define UIP_CONF_ND6_MAX_NEIGHBORS 4
|
||||
#define UIP_CONF_ND6_MAX_DEFROUTERS 2
|
||||
#define UIP_CONF_IP_FORWARD 0
|
||||
#define UIP_CONF_BUFFER_SIZE 1300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue