summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-18 08:57:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-18 08:57:38 -0600
commit22d7b5a5e0d81507504f120a04557fde83182700 (patch)
tree29439aaacfce0ffb84506b545f74e0f398042c0a
parent0be3b3cd6dc53769b66c511e40e15be07f0a6ff9 (diff)
downloadnuttx-22d7b5a5e0d81507504f120a04557fde83182700.tar.gz
nuttx-22d7b5a5e0d81507504f120a04557fde83182700.tar.bz2
nuttx-22d7b5a5e0d81507504f120a04557fde83182700.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4d7510d16..f68dd9b34 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9460,3 +9460,5 @@
correct driver using the correct IP domain (2015-01-17).
* net/socket/accept.c: Fix accept() so that it returns the correct IP
address for the selected socket IP domain (2015-01-17).
+ * Networking: Final detangling off IPv4 and IPv6 TCP/UDP send logic.
+ The etworking subsystem now compiles with IPv6 enabled (2015-01-18).