]> 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 0b9ebbe7f9f3bbb278b4fe8cd237dc6601fc45c7..a085242ef88c2846236883af2803b29369037e08 100644 (file)
 #define LWIP_DHCP      1
 
 #define MEM_SIZE       65536
-#define TCP_SND_BUF     2048
-#define TCP_MSS         2048
+#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.023601 seconds and 4 git commands to generate.