summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-21 17:50:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-21 17:50:34 -0600
commit57f7c602cbe192c6e7e65fb6a4baf3233246b113 (patch)
tree0ee00c34fabbc3bf39b5f4aaa6784e979b1c9912
parent2cd4aa56287b47f0a5c15d2630ae25c0c6d13c2e (diff)
downloadnuttx-57f7c602cbe192c6e7e65fb6a4baf3233246b113.tar.gz
nuttx-57f7c602cbe192c6e7e65fb6a4baf3233246b113.tar.bz2
nuttx-57f7c602cbe192c6e7e65fb6a4baf3233246b113.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0d7e6fceb..cc603ea3d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9032,4 +9032,9 @@
is set to zero. From Pierre-Noel Bouteville (2014-11-20).
* fs/vfs/fs_poll.c: Add proper handling for sem_timedwait errnos.
From Jussi Kivilinna (2014-11-21).
+ * net/udp/udp_conn.c and udp.h: Extensions to UDP "connectin" structure
+ for the case of multiple networks. In this case, assigned port numbers
+ only have to be unique with response to the IP address. So, for
+ example, you could have multiple port 80's, one on each network
+ (2014-11-21).