From 3bd3503f1a8574e841e9b5fcd75556c021eec7f7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 3 Sep 2007 20:34:44 +0000 Subject: [PATCH] Add send, sendto, rec, recvfrom git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@328 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index ef9aa49f7de..e42714ad255 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -639,6 +639,8 @@ Other memory: http://www.sics.se/~adam/uip/index.php/Main_Page) * Adding socket(), bind(), connect() * Added snprintf() + * Added send() and sendto(); integrate write() and close() with socket descriptors. + * Added recv() and recvfrom().