]> git.sur5r.net Git - freertos/commitdiff
Update the number of PCB buffers.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 26 Aug 2011 15:40:45 +0000 (15:40 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 26 Aug 2011 15:40:45 +0000 (15:40 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1553 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/lwIP/lwIP_Apps/lwipopts.h

index 667f0feebe0e019b47941c733de2aecb8bfa2e02..9d396cf6384759474c4d4c3212fc4755999c06c2 100644 (file)
@@ -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. */