mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-12-10 08:46:40 +08:00
add default value for MEMP_NUM_RAW_PCB
This commit is contained in:
parent
2881387553
commit
385a8845c9
@ -74,6 +74,11 @@ a lot of data that needs to be copied, this should be set high. */
|
|||||||
#define MEMP_NUM_PBUF 16
|
#define MEMP_NUM_PBUF 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Number of raw connection PCBs */
|
||||||
|
#ifndef MEMP_NUM_RAW_PCB
|
||||||
|
#define MEMP_NUM_RAW_PCB 4
|
||||||
|
#endif
|
||||||
|
|
||||||
/* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
|
/* MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One
|
||||||
per active UDP "connection". */
|
per active UDP "connection". */
|
||||||
#ifndef MEMP_NUM_UDP_PCB
|
#ifndef MEMP_NUM_UDP_PCB
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user