mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Unix domain: Add options to build in stream or datagram support separately
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user