From 385a8845c9226127ed367c9ee47cd326e58deeb2 Mon Sep 17 00:00:00 2001 From: jani Date: Mon, 15 Sep 2003 08:43:31 +0000 Subject: [PATCH] add default value for MEMP_NUM_RAW_PCB --- src/include/lwip/opt.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index 8e4d3b20..20b34eea 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -74,6 +74,11 @@ a lot of data that needs to be copied, this should be set high. */ #define MEMP_NUM_PBUF 16 #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 per active UDP "connection". */ #ifndef MEMP_NUM_UDP_PCB