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:
committed by
waddlesplash
parent
9c8f4ac5d6
commit
b761f9250a
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user