]> Joshua Wise's Git repositories - netwatch.git/blobdiff - lwip/src/include/lwipopts.h
attempting to increase performance
[netwatch.git] / lwip / src / include / lwipopts.h
index f4431d420460b2546419f9b46c30a09ae353ba07..a085242ef88c2846236883af2803b29369037e08 100644 (file)
@@ -3,6 +3,7 @@
 
 #define NO_SYS 1
 
+
 #define LWIP_SOCKET    0
 #define LWIP_NETCONN   0
 
 
 #define LWIP_DHCP      1
 
+#define MEM_SIZE       65536
+#define TCP_MSS         1400
+#define TCP_WND                24000
+#define TCP_SND_BUF     (16 * TCP_MSS)
+
+#define MEMP_NUM_PBUF  128
+
 #endif
This page took 0.022942 seconds and 4 git commands to generate.