mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Update the number of PCB buffers.
This commit is contained in:
parent
6a561bb2e7
commit
d681d02acf
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ a lot of data that needs to be copied, this should be set high. */
|
||||||
|
|
||||||
/* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP
|
/* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP
|
||||||
connections. */
|
connections. */
|
||||||
#define MEMP_NUM_TCP_PCB 30
|
#define MEMP_NUM_TCP_PCB 40
|
||||||
|
|
||||||
/* MEMP_NUM_TCP_PCB_LISTEN: the number of listening TCP
|
/* MEMP_NUM_TCP_PCB_LISTEN: the number of listening TCP
|
||||||
connections. */
|
connections. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue