add default value for MEMP_NUM_RAW_PCB

This commit is contained in:
jani 2003-09-15 08:43:31 +00:00
parent 2881387553
commit 385a8845c9

View File

@ -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