Debug UDP send logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@401 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-11-23 13:31:28 +00:00
parent 335be6f687
commit 6284f4e3b3
1 changed files with 7 additions and 2 deletions

View File

@ -14,11 +14,11 @@ configuration as follows:
netconfig
^^^^^^^^^
The alternative configuration file, netconfig, may be used
This alternative configuration file, netconfig, may be used
instead of the default configuration (defconfig). This
configuration enables networking using the OSDs DM9000A
Ethernet interface. It uses examples/nettest to excercise
the network.
the TCP/IP network.
uipconfig
^^^^^^^^^
@ -30,3 +30,8 @@ These alternative configurations can be selected by
(Seleted the default configuration as show above)
cp config/ntosd-dm320/uiponfig .config
udpconfig
^^^^^^^^^
This alternative configuration file, is similar to netconfig
except that is use examples/upd to exercise UDP.