From 0912d4be59165f2a5b70b296c947fd76d9b7c3a0 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 13 Oct 2015 17:05:11 -0400 Subject: Fixed socket protocol check logic in socket() --- 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 4f867e71..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 1 +#define MEMP_NUM_RAW_PCB 128 /** * MEMP_NUM_UDP_PCB: the number of UDP protocol control blocks. One -- cgit v1.2.3