Skip to content

Commit 7945e79

Browse files
authored
Merge pull request #3702 from geniusgogo/master
[net/lwip]: enable LWIP_SO_LINGER option feature of LWIP.
2 parents d9c9749 + 1418cb1 commit 7945e79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/net/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ config RT_USING_LWIP
298298
int "Enable SO_RCVBUF processing"
299299
default 1
300300

301+
config LWIP_SO_LINGER
302+
int "Enable SO_LINGER processing"
303+
default 0
304+
301305
config RT_LWIP_NETIF_LOOPBACK
302306
bool "Enable netif loopback"
303307
default n

0 commit comments

Comments
 (0)