4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 14:53:32 +08:00

Merge pull request #3702 from geniusgogo/master

[net/lwip]: enable LWIP_SO_LINGER option feature of LWIP.
This commit is contained in:
Bernard Xiong 2020-06-18 14:40:27 +08:00 committed by GitHub
commit 7945e79347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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