From d681d02acfe78b2120860854f93bc0805e9d7ca0 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Fri, 26 Aug 2011 15:40:45 +0000 Subject: [PATCH] Update the number of PCB buffers. --- .../SDKProjects/RTOSDemoSource/lwIP/lwIP_Apps/lwipopts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/lwIP/lwIP_Apps/lwipopts.h b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/lwIP/lwIP_Apps/lwipopts.h index 667f0feeb..9d396cf63 100644 --- a/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/lwIP/lwIP_Apps/lwipopts.h +++ b/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/lwIP/lwIP_Apps/lwipopts.h @@ -143,7 +143,7 @@ a lot of data that needs to be copied, this should be set high. */ /* MEMP_NUM_TCP_PCB: the number of simulatenously active TCP connections. */ -#define MEMP_NUM_TCP_PCB 30 +#define MEMP_NUM_TCP_PCB 40 /* MEMP_NUM_TCP_PCB_LISTEN: the number of listening TCP connections. */