From 7e732a9cb78f197c4b44892a574842ca1eba0823 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Jan 2012 23:13:29 +0000 Subject: Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4349 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 248e6b5fe..9c13aeda2 100755 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -174,3 +174,7 @@ "wrapped" as character devices and mapped to stdin, stdout, and stderr. Now the telnet session can be inherited by spawned tasks. * examples/telnetd: Add a test for the new telnet daemon. + * examplex/telnetd/telnetd_driver.c: Move the internal socket structure from + the daemon's socket array into the driver's state data so that it will be + independent from the the telnetd daemon. + -- cgit v1.2.3