]> Joshua Wise's Git repositories - netwatch.git/blobdiff - lwip/src/include/lwipopts.h
Tweak some values up a bit. Try harder to unstall the upload engine. Remove dead...
[netwatch.git] / lwip / src / include / lwipopts.h
index 5288a27a000cafce8f30f500072a44e4b980d5a0..ec5a614460d04a4f7c01d701bee4f3a82220adb4 100644 (file)
@@ -17,12 +17,13 @@ extern void _memcpy(void *dest, const void *src, int bytes);
 
 /* Lots of tricks from http://lists.gnu.org/archive/html/lwip-users/2006-11/msg00007.html */
 
-#define MEM_SIZE       65536
+#define MEM_SIZE       (128*1024)
 #define TCP_MSS         1460
 #define TCP_WND                24000
 #define TCP_SND_BUF     (16 * TCP_MSS)
 #define TCP_SND_QUEUELEN 16
 
 #define MEMP_NUM_PBUF  128
+#define PBUF_POOL_SIZE  96
 
 #endif
This page took 0.01586 seconds and 4 git commands to generate.