summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim/udgram
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-31 07:58:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-31 07:58:51 -0600
commitd7c17e9d1b3a4eff010c482bcd3049f12753dbd2 (patch)
tree175f5a9a1f2fcce2dadf7f7708a191190ae6ba92 /nuttx/configs/sim/udgram
parent401b2e19fde3bbf7ba4f95ab84cf5e17f9ee72ed (diff)
downloadpx4-nuttx-d7c17e9d1b3a4eff010c482bcd3049f12753dbd2.tar.gz
px4-nuttx-d7c17e9d1b3a4eff010c482bcd3049f12753dbd2.tar.bz2
px4-nuttx-d7c17e9d1b3a4eff010c482bcd3049f12753dbd2.zip
Unix domain: Add options to build in stream or datagram support separately
Diffstat (limited to 'nuttx/configs/sim/udgram')
-rw-r--r--nuttx/configs/sim/udgram/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/sim/udgram/defconfig b/nuttx/configs/sim/udgram/defconfig
index 641c01ecb..6a2ce0d88 100644
--- a/nuttx/configs/sim/udgram/defconfig
+++ b/nuttx/configs/sim/udgram/defconfig
@@ -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