]> Joshua Wise's Git repositories - netwatch.git/blobdiff - lwip/src/include/lwipopts.h
more poking
[netwatch.git] / lwip / src / include / lwipopts.h
index ec5a614460d04a4f7c01d701bee4f3a82220adb4..9c92b59e5c0d937fb370ef69b27fa85838fa18ab 100644 (file)
@@ -23,7 +23,10 @@ extern void _memcpy(void *dest, const void *src, int bytes);
 #define TCP_SND_BUF     (16 * TCP_MSS)
 #define TCP_SND_QUEUELEN 16
 
-#define MEMP_NUM_PBUF  128
-#define PBUF_POOL_SIZE  96
+#define MEMP_NUM_PBUF  256
+#define PBUF_POOL_SIZE  128
+#define PBUF_POOL_BUFSIZE 512
+
+#define LWIP_STATS 1
 
 #endif
This page took 0.020564 seconds and 4 git commands to generate.