summaryrefslogtreecommitdiff
path: root/nuttx/net/Kconfig
diff options
context:
space:
mode:
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 bb60f7ecb..d3a26a587 100644
--- a/nuttx/net/Kconfig
+++ b/nuttx/net/Kconfig
@@ -175,7 +175,7 @@ config NET_TCP_SPLIT
bool "Enable packet splitting"
default n
---help---
- send() will not return until the the transfer has been ACKed by the
+ send() will not return until the transfer has been ACKed by the
recipient. But under RFC 1122, the host need not ACK each packet
immediately; the host may wait for 500 MS before ACKing. This
combination can cause very slow performance with small transfers are