Reduced default for number of connections.
Save some memory by reducing the the default for number of connections from 10 to 2.
This commit is contained in:
parent
8c346dd762
commit
fc9d38caba
6 changed files with 6 additions and 6 deletions
|
@ -84,7 +84,7 @@ typedef unsigned short uip_stats_t;
|
|||
#if CONNECTIONS
|
||||
#define UIP_CONF_MAX_CONNECTIONS CONNECTIONS
|
||||
#else /* CONNECTIONS */
|
||||
#define UIP_CONF_MAX_CONNECTIONS 10
|
||||
#define UIP_CONF_MAX_CONNECTIONS 2
|
||||
#endif /* CONNECTIONS */
|
||||
|
||||
#if WITH_LOGGING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue