summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-22 10:57:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-22 10:57:20 -0600
commit48fb30026c653fa57f0ab644f9bd2ff57ab3d198 (patch)
tree7acae4f88fe17c73c2273ca0490869ee348a6eac /nuttx/ChangeLog
parent55809f0442612438a3d60f01b0c18315bf38e255 (diff)
downloadnuttx-48fb30026c653fa57f0ab644f9bd2ff57ab3d198.tar.gz
nuttx-48fb30026c653fa57f0ab644f9bd2ff57ab3d198.tar.bz2
nuttx-48fb30026c653fa57f0ab644f9bd2ff57ab3d198.zip
Update ChangeLog and TODO
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fc40f3a8e..9e43af2ba 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9032,11 +9032,13 @@
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
+ * net/udp/udp_conn.c and udp.h: Extensions to UDP "connection" 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).
* net/tcp/tcp_conn.c and tcp.h: Make tcp_listener static scope; it is
not used outside of tcp_conn.c (2014-11-22).
-
+ * net/udp/tcp_conn.c and tcp.h: Extensions to TCP connection structure
+ for the case of multiple networks. See the description of the similar
+ change for UDP above (2014-11-22).