Kconfig 379 B

12345678910111213141516
  1. menu "LWIP"
  2. config LWIP_TCP_OVERSIZE_MSS
  3. bool "MSS"
  4. default y
  5. config LWIP_DHCP_COARSE_TIMER_SECS
  6. int "DHCP coarse timer interval(s)"
  7. default 1
  8. range 1 10
  9. config LWIP_IPV4
  10. bool "Enable IPv4"
  11. default y
  12. help
  13. Enable IPv4 stack. If you want to use IPv6 only TCP/IP stack, disable this.
  14. endmenu