summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d0cce3b78..230f98650 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -218,5 +218,11 @@
* Basic client functionality verified: socket(), bind(), connect(), recv(), send().
0.3.1 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
* Separated net/uip/uip.c into several functions in several files.
+ * Corrected a TCP problem where packets were dropped because there was no
+ recv() in place but the packet was being ACKed. There are still TCP
+ recv buffering issues, but this is part of a larger buffering issue.
+
+