mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
net/usrsock: Split NET_USRSOCK_OTHER to NET_USRSOCK_ICMP[v6]
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
8bbb477316
commit
b170e4cc9f
+8
-2
@@ -49,8 +49,14 @@ config NET_USRSOCK_TCP
|
|||||||
default n
|
default n
|
||||||
select NET_TCP_NO_STACK
|
select NET_TCP_NO_STACK
|
||||||
|
|
||||||
config NET_USRSOCK_OTHER
|
config NET_USRSOCK_ICMP
|
||||||
bool "Enable other protocol families in addition of INET & INET6"
|
bool "User-space daemon provides ICMP sockets"
|
||||||
|
select NET_ICMP_NO_STACK
|
||||||
|
default n
|
||||||
|
|
||||||
|
config NET_USRSOCK_ICMPv6
|
||||||
|
bool "User-space daemon provides ICMPv6 sockets"
|
||||||
|
select NET_ICMPv6_NO_STACK
|
||||||
default n
|
default n
|
||||||
|
|
||||||
endif # NET_USRSOCK
|
endif # NET_USRSOCK
|
||||||
|
|||||||
Reference in New Issue
Block a user