未验证 提交 17afd478 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #1186 from flyingcys/kconfig

update lwip Kconfig
......@@ -180,6 +180,15 @@ config RT_USING_LWIP
config LWIP_SO_RCVBUF
int "Enable SO_RCVBUF processing"
default 1
config RT_LWIP_NETIF_LOOPBACK
bool "Enable netif loopback"
default n
config LWIP_NETIF_LOOPBACK
int
default 1 if RT_LWIP_NETIF_LOOPBACK
default 0 if !RT_LWIP_NETIF_LOOPBACK
endif
endmenu
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册