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
dirent.h
mqueue.h
netdb.h
poll.h
posix_sched.h
posix_types.h
pthread.h
pthread_key.h
semaphore.h
signal.h
time.h
unistd.h