Unix domain: Add options to build in stream or datagram support separately

This commit is contained in:
Gregory Nutt 2015-01-31 07:58:51 -06:00
parent 94d18aedf4
commit 00a561126d
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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