From c5997cbbcd703d9589f8a3cead7268eb54dab8ce Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 2 Dec 2007 15:11:32 +0000 Subject: [PATCH] Add send() timeout logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@420 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index e6fd36bddee..a0546ee630d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -753,6 +753,7 @@ Other memory: * Fix UDP recvfrom timeout bug * Correct processing of input UDP broadcast packets. * Verfied basic DHCP client functionality (netutils/dhcpc) + * Implemented send() timeout logic