mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 06:00:27 +08:00
update lwip Kconfig
This commit is contained in:
parent
d8ec36a964
commit
00d687bb2c
9
components/net/Kconfig
Executable file → Normal file
9
components/net/Kconfig
Executable file → Normal file
@ -180,6 +180,15 @@ config RT_USING_LWIP
|
|||||||
config LWIP_SO_RCVBUF
|
config LWIP_SO_RCVBUF
|
||||||
int "Enable SO_RCVBUF processing"
|
int "Enable SO_RCVBUF processing"
|
||||||
default 1
|
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
|
endif
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user