]> granicus.if.org Git - esp-idf/commitdiff
turn on per socket tcp window by default
authorLiu Zhi Fu <liuzhifu@espressif.com>
Mon, 31 Oct 2016 11:43:18 +0000 (19:43 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Mon, 31 Oct 2016 11:43:18 +0000 (19:43 +0800)
components/lwip/include/lwip/port/lwipopts.h

index 2e11bdd5ce7de5fb569a6a424d7cd317d7f84d11..67a62b8227af09cf45af38d3323d11cc5ea8f1db 100755 (executable)
@@ -512,7 +512,7 @@ extern unsigned long os_random(void);
 /* Enable all Espressif-only options */
 
 #define ESP_LWIP                        1
-#define ESP_PER_SOC_TCP_WND             0
+#define ESP_PER_SOC_TCP_WND             1
 #define ESP_THREAD_SAFE                 1
 #define ESP_THREAD_SAFE_DEBUG           LWIP_DBG_OFF
 #define ESP_DHCP                        1