unix: respect MSG_DONTWAIT on recvmsg

fix #18548

Change-Id: I33f502c2a376be6dbdf913f9613aab9d4c5a3644
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6802
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jérôme Duval
2023-08-09 17:10:28 +00:00
committed by waddlesplash
parent 9c8f4ac5d6
commit b761f9250a
10 changed files with 74 additions and 19 deletions
+2 -1
View File
@@ -112,7 +112,8 @@ struct net_protocol_module_info {
int flags);
ssize_t (*read_data_no_buffer)(net_protocol* self, const iovec* vecs,
size_t vecCount, ancillary_data_container** _ancillaryData,
struct sockaddr* _address, socklen_t* _addressLength);
struct sockaddr* _address, socklen_t* _addressLength,
int flags);
};