[net/lwip]: enable LWIP_SO_LINGER option feature of LWIP.

This commit is contained in:
xieyangrun 2020-06-18 11:06:06 +08:00
parent d2eaa452d6
commit 1418cb1875
1 changed files with 4 additions and 0 deletions

View File

@ -298,6 +298,10 @@ config RT_USING_LWIP
int "Enable SO_RCVBUF processing"
default 1
config LWIP_SO_LINGER
int "Enable SO_LINGER processing"
default 0
config RT_LWIP_NETIF_LOOPBACK
bool "Enable netif loopback"
default n