Unix domain: Add options to build in stream or datagram support separately
This commit is contained in:
parent
94d18aedf4
commit
00a561126d
@ -385,6 +385,8 @@ CONFIG_NET_NACTIVESOCKETS=16
|
||||
# Unix Domain Socket Support
|
||||
#
|
||||
CONFIG_NET_LOCAL=y
|
||||
# CONFIG_NET_LOCAL_STREAM is not set
|
||||
CONFIG_NET_LOCAL_DGRAM=y
|
||||
|
||||
#
|
||||
# TCP/IP Networking
|
||||
|
@ -385,6 +385,8 @@ CONFIG_NET_NACTIVESOCKETS=16
|
||||
# Unix Domain Socket Support
|
||||
#
|
||||
CONFIG_NET_LOCAL=y
|
||||
CONFIG_NET_LOCAL_STREAM=y
|
||||
# CONFIG_NET_LOCAL_DGRAM is not set
|
||||
|
||||
#
|
||||
# TCP/IP Networking
|
||||
|
Loading…
Reference in New Issue
Block a user