Continue to develop demo.

This commit is contained in:
Richard Barry 2008-11-16 19:23:29 +00:00
parent a520f5c7e3
commit 89ccc31af1
18 changed files with 287 additions and 259 deletions

View file

@ -90,14 +90,14 @@ typedef unsigned short uip_stats_t;
*
* \hideinitializer
*/
#define UIP_CONF_MAX_CONNECTIONS 40
#define UIP_CONF_MAX_CONNECTIONS 30
/**
* Maximum number of listening TCP ports.
*
* \hideinitializer
*/
#define UIP_CONF_MAX_LISTENPORTS 40
#define UIP_CONF_MAX_LISTENPORTS 5
/**
* uIP buffer size.