summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-02 07:50:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-02 07:50:16 -0600
commit631908c491b08c803127e6e044d6754cf4c674c8 (patch)
treec75b031a87a6c3f9835ccfa7eb0a0f2655a83809 /nuttx/ChangeLog
parentd053fe603702149e4d552045b65060ffce872e62 (diff)
downloadnuttx-631908c491b08c803127e6e044d6754cf4c674c8.tar.gz
nuttx-631908c491b08c803127e6e044d6754cf4c674c8.tar.bz2
nuttx-631908c491b08c803127e6e044d6754cf4c674c8.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 159fbc4ab..4c64225cd 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7392,3 +7392,11 @@
net/net_arptimer to arp/arp_timer.c. (2014-5-30).
* net/igmp: Moved IGMP files from net/uip to net/igmp (2014-5-30).
* net/icmp: Moved ICMP files from net/uip to net/icmp (2014-5-30).
+ * net/uip/uip_tcptimer.c: NET: Notify upper layer when TIME_WAIT or
+ FIN_WAIT_2 timeout occurs. Otherwise connections possibly won't get
+ freed. From Max Holtzberg (2014-6-2).
+ * TCP fallback allocation: Added all states in which the connections are
+ about to be closed. Fallback mechanism is disabled when SO_LINGER is
+ enabled to prevent deadlocks in netclos_disconnect(). From Max Holtzberg
+ (2014-6-2).
+