summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-22 07:16:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-22 07:16:14 -0600
commit4c4e426fc019c4802443890c78841b4087bbd32a (patch)
tree9da99e51a9d12ca49afb9a5d4b94c11a283ae83b
parenta352116e5168d87b0560188aa1d08bf937c0d1fe (diff)
downloadnuttx-4c4e426fc019c4802443890c78841b4087bbd32a.tar.gz
nuttx-4c4e426fc019c4802443890c78841b4087bbd32a.tar.bz2
nuttx-4c4e426fc019c4802443890c78841b4087bbd32a.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cc603ea3d..fc40f3a8e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9037,4 +9037,6 @@
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).