summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-14 15:17:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-14 15:17:53 -0600
commitf2587c00c50e212ac9f045a7d80cbfe38ebc0d7b (patch)
tree053097835846a276d074d5670da1c88cc299b0f5 /nuttx/net/Kconfig
parent0db6e27e1a4db22b079b7216f921836fbcd22665 (diff)
downloadpx4-nuttx-f2587c00c50e212ac9f045a7d80cbfe38ebc0d7b.tar.gz
px4-nuttx-f2587c00c50e212ac9f045a7d80cbfe38ebc0d7b.tar.bz2
px4-nuttx-f2587c00c50e212ac9f045a7d80cbfe38ebc0d7b.zip
When dup'ing sockets, need to clone fields for TCP write buffering too
Diffstat (limited to 'nuttx/net/Kconfig')
-rw-r--r--nuttx/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/Kconfig b/nuttx/net/Kconfig
index 83b72cb71..b15b7ee9a 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -194,7 +194,7 @@ config NET_TCP_RECVDELAY
int "TCP Rx delay"
default 0
---help---
- If NET_NTCP_READAHEAD_BUFFERS is zero, then there will be no buffering
+ If NET_TCP_READAHEAD_BUFFERS is undefined, then there will be no buffering
of TCP/IP packets: Any TCP/IP packet received will be ACKed, but its contents
will be dropped in the bit-bucket.