Skip to content

Commit e0befa2

Browse files
committed
userspace: dynamic size of buffers + syscalls batching added
1 parent 18fe7a4 commit e0befa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/userspace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ impl BatchRecv {
10461046
self.fd,
10471047
self.msgs.as_mut_ptr(),
10481048
self.batch as libc::c_uint,
1049-
libc::MSG_WAITFORONE,
1049+
libc::MSG_WAITFORONE as _,
10501050
std::ptr::null_mut(),
10511051
)
10521052
};

0 commit comments

Comments
 (0)