mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Continue to develop demo.
This commit is contained in:
parent
a520f5c7e3
commit
89ccc31af1
18 changed files with 287 additions and 259 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue