Shrink ND cache and routing table for the CC26xx web demo
This commit is contained in:
parent
e7c5c36090
commit
94413f99fe
|
@ -50,8 +50,8 @@
|
||||||
* Set the TCP MSS
|
* Set the TCP MSS
|
||||||
*/
|
*/
|
||||||
#define UIP_CONF_BUFFER_SIZE 900
|
#define UIP_CONF_BUFFER_SIZE 900
|
||||||
#define NBR_TABLE_CONF_MAX_NEIGHBORS 8
|
#define NBR_TABLE_CONF_MAX_NEIGHBORS 5
|
||||||
#define UIP_CONF_MAX_ROUTES 8
|
#define UIP_CONF_MAX_ROUTES 5
|
||||||
#define UIP_CONF_TCP_MSS 128
|
#define UIP_CONF_TCP_MSS 128
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
#endif /* PROJECT_CONF_H_ */
|
#endif /* PROJECT_CONF_H_ */
|
||||||
|
|
Loading…
Reference in a new issue