Reduce size of the neighbor table entries to make RPL fit into the Tmote Sky RAM.

This commit is contained in:
Adam Dunkels 2012-01-18 06:15:38 -08:00
parent 6185da7b80
commit 465c401cdc
1 changed files with 2 additions and 2 deletions

View File

@ -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