Browse Source

Merge pull request #3702 from geniusgogo/master

[net/lwip]: enable LWIP_SO_LINGER option feature of LWIP.
Bernard Xiong 4 years ago
parent
commit
7945e79347
1 changed files with 4 additions and 0 deletions
  1. 4 0
      components/net/Kconfig

+ 4 - 0
components/net/Kconfig

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