summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-16 10:02:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-16 10:02:50 -0600
commit9d7bd7674895cf2d6f21501396f6945a14231e7b (patch)
treee4cc9e2d01250d833c2133954e5079ebdfe0fc59
parent5f4c1772a8cd1527d3be305cfdc807446e5bce8a (diff)
downloadnuttx-9d7bd7674895cf2d6f21501396f6945a14231e7b.tar.gz
nuttx-9d7bd7674895cf2d6f21501396f6945a14231e7b.tar.bz2
nuttx-9d7bd7674895cf2d6f21501396f6945a14231e7b.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 80c05fdfc..791549d3d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9425,3 +9425,9 @@
(2015-01-15).
* net/utils/net_ipv6_maskcmp.c: Add missing implementation of
net_ipv6_maskcmp() (2015-01-15).
+ * Networking: Drivers can have both IPv4 and IPv6 addesses, but a
+ socket can only only one or the other; The socket connnection
+ structures need to include a union of IPv4 and IPv6 addresses fori
+ the local address binding and for the remote address connections
+ (2015-01-16).
+