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().