You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really want to do that for API such as recv_from_vectored: https://docs.rs/socket2/latest/socket2/struct.Socket.html#method.recv_from, which already has like 4 variants (6 if you count peeking), I don't want to double that. Though we should probably redesign that entire method to be honest.
Instead of accepting
&mut [MaybeUninit<u8>]
in read/recv calls.Tracking issue: rust-lang/rust#78485.
The text was updated successfully, but these errors were encountered: