Fix confusion in listening socket vs accepted sockets

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@395 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-11-21 23:30:24 +00:00
parent 7d1031cc71
commit 21c9f463a2
4 changed files with 79 additions and 34 deletions
+15 -1
View File
@@ -46,4 +46,18 @@ examples/null
^^^^^^^^^^^^^
This is the do nothing application. It is only used for bringing
up new NuttX architectures
up new NuttX architectures.
examples/uip
^^^^^^^^^^^^
This is a port of uIP example application. It includes
conditionally compiled logic to exercise the uIP webserver,
webclient, telnet, smtp, dncpc, and resolver.
examples/netttest
^^^^^^^^^^^^^^^^^
This is a simple network test for verifying client- and server-
functionality in a TCP/IP connection.