NetServices Stack source

Dependents:   HelloWorld ServoInterfaceBoardExample1 4180_Lab4

Revision:
3:95e0bc00a1bb
Parent:
2:a4f97773c90f
Child:
4:fd826cad83c0
--- a/lwip/lwipopts.h	Fri Jun 18 09:22:54 2010 +0000
+++ b/lwip/lwipopts.h	Fri Jun 18 10:38:57 2010 +0000
@@ -113,7 +113,7 @@
 #if TARGET_LPC1768
 
 
-#define MEM_SIZE               5000 //2000
+#define MEM_SIZE               3000 //2000
 
 ///
 
@@ -182,14 +182,14 @@
 
 /* TCP Maximum segment size. */
 //#define TCP_MSS                 1024
-#define TCP_MSS                   1024//0x276//536//0x276
+#define TCP_MSS                   1024//536//0x276
 
 /* TCP sender buffer space (bytes). */
-#define TCP_SND_BUF             2048//2048
+#define TCP_SND_BUF             2048
 
 /* TCP sender buffer space (pbufs). This must be at least = 2 *
    TCP_SND_BUF/TCP_MSS for things to work. */
-#define TCP_SND_QUEUELEN        (8 * TCP_SND_BUF/TCP_MSS)//(4 * TCP_SND_BUF/TCP_MSS)
+#define TCP_SND_QUEUELEN        (2 * TCP_SND_BUF/TCP_MSS)
 
 /* TCP writable space (bytes). This must be less than or equal
    to TCP_SND_BUF. It is the amount of space which must be