Add send() timeout logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@420 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-02 15:11:32 +00:00
parent 929a52b3e0
commit 4c54d7d07e
5 changed files with 92 additions and 38 deletions
+1
View File
@@ -265,3 +265,4 @@
* Fix UDP recvfrom timeout bug
* Correct processing of input UDP broadcast packets.
* Verfied basic DHCP client functionality (netutils/dhcpc)
* Implemented send() timeout logic