Shrink ND cache and routing table for the CC26xx web demo

This commit is contained in:
George Oikonomou 2016-07-17 01:31:21 +01:00
parent e7c5c36090
commit 94413f99fe

View file

@ -50,8 +50,8 @@
* Set the TCP MSS
*/
#define UIP_CONF_BUFFER_SIZE 900
#define NBR_TABLE_CONF_MAX_NEIGHBORS 8
#define UIP_CONF_MAX_ROUTES 8
#define NBR_TABLE_CONF_MAX_NEIGHBORS 5
#define UIP_CONF_MAX_ROUTES 5
#define UIP_CONF_TCP_MSS 128
/*---------------------------------------------------------------------------*/
#endif /* PROJECT_CONF_H_ */