accept() now supports non-blocking operations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2011 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
71be6e922e
commit
47328700c7
@ -1501,9 +1501,10 @@ nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|||||||
* configs/ntosd-dm320/thttpd: A build configuration for THTTPD on the Neuros
|
* configs/ntosd-dm320/thttpd: A build configuration for THTTPD on the Neuros
|
||||||
DM320 platform.
|
DM320 platform.
|
||||||
* lib/: Added strstr() and strpbrk().
|
* lib/: Added strstr() and strpbrk().
|
||||||
* net/recvfrom.c: Sockets now support some non-blocking operations --
|
* net/recvfrom.c and net/accept(): Sockets now support some non-blocking
|
||||||
specifically only for TCP/IP read operations when read-ahead buffering
|
operations, specifically for (1) TCP/IP read operations when read-ahead
|
||||||
is enabled.
|
buffering is enabled, and (2) TCP/IP accept() operations when TCP/IP
|
||||||
|
connection backlog is enabled.
|
||||||
* fs/fs_fcntl.c and net/net_vfcntl.c: Minimal support provided for fcntl().
|
* fs/fs_fcntl.c and net/net_vfcntl.c: Minimal support provided for fcntl().
|
||||||
It can, at least, be used to mark sockets as blocking or non-blocking.
|
It can, at least, be used to mark sockets as blocking or non-blocking.
|
||||||
* net/net_close.c: Fix bug in close(). If reference count not set to zero
|
* net/net_close.c: Fix bug in close(). If reference count not set to zero
|
||||||
|
Loading…
Reference in New Issue
Block a user