From 5dffa432016d32e3b633390589af4dccaded67d5 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 12 Oct 2015 19:29:27 -0400 Subject: Additional retval+errno handling --- ext/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/lwipopts.h') diff --git a/ext/lwipopts.h b/ext/lwipopts.h index 7a75e79b..e7b78a8f 100644 --- a/ext/lwipopts.h +++ b/ext/lwipopts.h @@ -130,7 +130,7 @@ * MEMP_NUM_RAW_PCB: Number of raw connection PCBs * (requires the LWIP_RAW option) */ -#define MEMP_NUM_RAW_PCB 32 +#define MEMP_NUM_RAW_PCB 128 /** * MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One -- cgit v1.2.3