diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 3dd0d53fab..a5eb01a82a 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1215,6 +1215,7 @@ nuttx-0.3.19 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Implemented support for connection backlog. The size of the backlog is specified by the second argument of the standard listen() API. Hooks are provided to support poll()/select() waiting for connections, with a subsequent call to accept() to use the backlogged connection. + * Fixed a minor bug in accept(). It should allow the address and addresslen values to be NULL pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>