Does the SO_RCVTIMEO
option affect accept
(causing it to return EAGAIN
or EWOULDBLOCK
if the timeout expires)? Is there any behavior specified by the standard? I can't find it in the documentation for accept
or use of options:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_10_16