summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
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).