Reduce size of the neighbor table entries to make RPL fit into the Tmote Sky RAM.
This commit is contained in:
parent
6185da7b80
commit
465c401cdc
|
@ -139,10 +139,10 @@
|
|||
|
||||
/* configure number of neighbors and routes */
|
||||
#ifndef UIP_CONF_DS6_NBR_NBU
|
||||
#define UIP_CONF_DS6_NBR_NBU 30
|
||||
#define UIP_CONF_DS6_NBR_NBU 20
|
||||
#endif /* UIP_CONF_DS6_NBR_NBU */
|
||||
#ifndef UIP_CONF_DS6_ROUTE_NBU
|
||||
#define UIP_CONF_DS6_ROUTE_NBU 30
|
||||
#define UIP_CONF_DS6_ROUTE_NBU 20
|
||||
#endif /* UIP_CONF_DS6_ROUTE_NBU */
|
||||
|
||||
#define UIP_CONF_ND6_SEND_RA 0
|
||||
|
|
Loading…
Reference in a new issue