Add TCP/IP server

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1280 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-11-18 22:16:10 +00:00
parent f43604ca38
commit ec5bf90328

View File

@ -98,7 +98,9 @@ examples/pipe
examples/poll
^^^^^^^^^^^^^
A test of the poll() API using FIFOs.
A test of the poll() and select() APIs using FIFOs and, if available,
stdin, and a TCP/IP socket. This example also includes a nice select
based TCP/IP server example.
examples/romfs
^^^^^^^^^^^^^^