summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 93150d588..7269302d6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -863,3 +863,6 @@
* net/net_close.c. Fixed another important TCP/IP race condition bug: If
the host closes the TCP connection just before the target calls close(), then
the close operation may hang indefinitely!
+ * net/net_tcppoll.c. Removed an unnecessary check for outstanding, un-ACKed
+ data. The NuttX socket layer keeps track of ACKs and doesn't need this check;
+ removing the check should improve write throughput