]> Joshua Wise's Git repositories - netwatch.git/blobdiff - lwip/src/include/lwipopts.h
Tweak MSS up.
[netwatch.git] / lwip / src / include / lwipopts.h
index f4431d420460b2546419f9b46c30a09ae353ba07..0b9ebbe7f9f3bbb278b4fe8cd237dc6601fc45c7 100644 (file)
@@ -3,6 +3,7 @@
 
 #define NO_SYS 1
 
+
 #define LWIP_SOCKET    0
 #define LWIP_NETCONN   0
 
@@ -10,4 +11,8 @@
 
 #define LWIP_DHCP      1
 
+#define MEM_SIZE       65536
+#define TCP_SND_BUF     2048
+#define TCP_MSS         2048
+
 #endif
This page took 0.020335 seconds and 4 git commands to generate.