nuttx-apps/netutils/telnetd
2015-06-28 08:14:53 -06:00
..
.gitignore
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:14:53 -06:00
Makefile Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished) 2014-09-06 08:00:47 -06:00
README.txt
telnetd_daemon.c Networking: Correct the value returned by accept() in the case where net_lockingwait() is called. It was returning -1 and losing the errno value. Noted by Rony Xln 2015-01-22 06:51:31 -06:00
telnetd_driver.c Telnetd: EBUSY is not an error in this case, then why report an error? 2015-01-03 09:53:35 -06:00
telnetd.h

README.txt
^^^^^^^^^^

This directly contains a generic Telnet daemon.