mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 07:25:13 +00:00
Unix domain: Add options to build in stream or datagram support separately
This commit is contained in:
parent
94d18aedf4
commit
00a561126d
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue