summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-22 07:35:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-22 07:35:54 -0600
commit08750a096b1c72e577a102a619b9a0827d2f3b9d (patch)
tree9f3860b60e8d08d412097de00b98e112a162de77 /apps/ChangeLog.txt
parent801977de7c84d03616329795e1c59929ab948906 (diff)
downloadnuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.tar.gz
nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.tar.bz2
nuttx-08750a096b1c72e577a102a619b9a0827d2f3b9d.zip
Add TCP echo server from Max Holtzberg
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e6ceed475..474c1fd63 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -557,4 +557,6 @@
example is built as an NSH built-in application. (2013-5-16).
* apps/netutils/discover: Added a runtime configuration for the
UDP discover utility. From Max Holtzberg (2013-5-21).
-
+ * apps/examples/tcpecho: Added a simple single threaded, poll based
+ TCP echo server based on W. Richard Stevens UNIX Network Programming
+ Book. Contributed by Max Holtberg (2013-5-22).