incubator-nuttx/net/inet
chao.an c65d8e6a23 net/socket: add MSG_DONTWAIT support
MSG_DONTWAIT (since Linux 2.2)
  Enables nonblocking operation; if the operation would block, the
  call fails with the error EAGAIN or EWOULDBLOCK. This provides
  similar behavior to setting the O_NONBLOCK flag (via the fcntl(2)
  F_SETFL operation), but differs in that MSG_DONTWAIT is a per-call
  option, whereas O_NONBLOCK is a setting on the open file description
  (see open(2)), which will affect all threads in the calling process
  and as well as other processes that hold file descriptors referring
  to the same open file description.
2020-02-19 12:21:28 -06:00
..
Kconfig
Make.defs Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
inet.h net/tcp and udp: Move tcp/udp recvfrom into tcp/udp folder 2020-01-21 08:30:39 -06:00
inet_globals.c net/udp/Kconfig: Auto-select CONFIG_WQUEUE_NOTIFIER when CONFIG_UDP_READAHEAD_NOTIFIER is selected. 2018-11-10 09:43:44 -06:00
inet_sockif.c net/socket: add MSG_DONTWAIT support 2020-02-19 12:21:28 -06:00
inet_txdrain.c network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
ipv4_getpeername.c Move _SF_BOUND and _SF_CONNECTED modification to common place 2020-01-31 13:45:14 -06:00
ipv4_getsockname.c net/netdev: All utility functions that lookup network devices should begin with netdev_findby_. Also correct some comments and the name of a formal parameter. 2018-10-29 12:21:22 -06:00
ipv4_setsockopt.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
ipv6_getpeername.c Move _SF_BOUND and _SF_CONNECTED modification to common place 2020-01-31 13:45:14 -06:00
ipv6_getsockname.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
ipv6_setsockopt.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00