Skip to content

Commit b0a7ca2

Browse files
authored
Merge pull request #10609 from dhalbert/use-lwip-defaults
sdkconfig.defaults: use standard defaults
2 parents 8fe0e5a + a16137f commit b0a7ca2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@ CONFIG_LWIP_IPV6_AUTOCONFIG=y
7171
CONFIG_LWIP_IPV6_RDNSS_MAX_DNS_SERVERS=0
7272
CONFIG_LWIP_IPV6_DHCP6=y
7373
#
74-
# TCP
75-
#
76-
CONFIG_LWIP_MAX_ACTIVE_TCP=4
77-
CONFIG_LWIP_MAX_LISTENING_TCP=4
78-
CONFIG_LWIP_TCP_SYNMAXRTX=6
79-
CONFIG_LWIP_TCP_SND_BUF_DEFAULT=2880
80-
CONFIG_LWIP_TCP_WND_DEFAULT=2880
81-
CONFIG_LWIP_TCP_RTO_TIME=3000
82-
# end of TCP
83-
8474
# end of LWIP
8575

8676
#

0 commit comments

Comments
 (0)