소스 검색

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

xieyangrun 5 년 전
부모
커밋
1418cb1875
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      components/net/Kconfig

+ 4 - 0
components/net/Kconfig

@@ -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