From 4e1e8579499d16247af59127334c47b959a711d3 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 12 Oct 2015 21:26:32 -0400 Subject: Minor bug fixes --- ext/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/lwipopts.h b/ext/lwipopts.h index e7b78a8f..4f867e71 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 128 +#define MEMP_NUM_RAW_PCB 1 /** * MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One -- cgit v1.2.3