]> Joshua Wise's Git repositories - netwatch.git/blobdiff - lwip/src/include/lwipopts.h
Convert the transmitter to be a ring buffer, too.
[netwatch.git] / lwip / src / include / lwipopts.h
index 5288a27a000cafce8f30f500072a44e4b980d5a0..974af8438cc88bf1564738e553c56d5ca23ee43c 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  64
 
 #endif
This page took 0.022146 seconds and 4 git commands to generate.