On a blocking socket, can flag MSG_WAITALL in a call to recv() be combined with socket option SO_RCVTIMEO set with a call to setsockopt() on the socket?
My goal here is to either receive a full message, or a timeout/error...
On a blocking socket, can flag MSG_WAITALL in a call to recv() be combined with socket option SO_RCVTIMEO set with a call to setsockopt() on the socket?
My goal here is to either receive a full message, or a timeout/error...