zephyr/include/posix
Robert Lubos d47e803976 net: sockets: Implement MSG_WAITALL recv flag
Implement MSG_WAITALL flag for stream sockets. Setting this flag on
`recv()` call will make it wait until the requested amount of data is
received.

In case both, MSG_WAITALL all is set and SO_RCVTIMEO option configured
on a socket, follow the Linux behavior, i. e. when the requested amount
of data is not received until the timeout expires, return the data
received so far w/o an error.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-03-12 13:57:11 -05:00
..
arpa
net
netinet
sys net: sockets: Implement MSG_WAITALL recv flag 2021-03-12 13:57:11 -05:00
dirent.h
mqueue.h
netdb.h
poll.h
posix_sched.h
posix_types.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_key.h include/posix: fix extern "C" placement 2020-10-13 10:05:30 -05:00
pthread.h pthread: add setname/getname glibc extensions 2020-03-10 15:15:34 +02:00
semaphore.h
signal.h
time.h include/posix: incorporate toolchain-provided time.h header 2020-09-04 14:46:43 +02:00
unistd.h posix: fix unistd.h extern C brace mismatch 2020-02-11 17:50:21 +02:00