summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-17 09:19:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-17 09:19:03 -0600
commit3d66af833632324cd5dbae6344fef52011bc9896 (patch)
tree89ef628a56a1773811ece65d873eae83c34cd56b /nuttx/ChangeLog
parentb08dd365d6f335e76140691e5eb0f5ba59c7f9f4 (diff)
downloadpx4-nuttx-3d66af833632324cd5dbae6344fef52011bc9896.tar.gz
px4-nuttx-3d66af833632324cd5dbae6344fef52011bc9896.tar.bz2
px4-nuttx-3d66af833632324cd5dbae6344fef52011bc9896.zip
Reset TCP timeout timer when data is ACKed, not when data is sent. From Max Holtzberg
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 c63b44110..356771d53 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5777,4 +5777,7 @@
Sidrane (2013-10-16).
* net/net_close.c: Changed net_close debug output to verbose. From
Max Holtzberg (2013-10-17).
+ * net/send.c and net_sendfile.c: Reset the send timeout when the
+ data is ACKed, not when the data is sent. Remove concitions on
+ checking for timeout. From Max Holtzberg (2013-10-17).