From 78cf3238fb552d5ed8c7a9b741847b4eddb90973 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 26 Aug 2011 15:40:45 +0000 Subject: [PATCH] Update the number of PCB buffers. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1553 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../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. */ -- 2.39.5