mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d6db90a3cd
- Basic implementation of Socks4 protocol. - Introduce basic host testing.
17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
menu "LWIP"
|
|
config LWIP_TCP_OVERSIZE_MSS
|
|
bool "MSS"
|
|
default y
|
|
|
|
config LWIP_DHCP_COARSE_TIMER_SECS
|
|
int "DHCP coarse timer interval(s)"
|
|
default 1
|
|
range 1 10
|
|
|
|
config LWIP_IPV4
|
|
bool "Enable IPv4"
|
|
default y
|
|
help
|
|
Enable IPv4 stack. If you want to use IPv6 only TCP/IP stack, disable this.
|
|
endmenu
|