-
Notifications
You must be signed in to change notification settings - Fork 818
Closed
Milestone
Description
The Windows UDP I/O operations that deal with explicit SocketAddrs seem to be missing the WouldBlock handling that their addressless analogs have, and which are presumably necessary for readiness notification to work: https://github.com/tokio-rs/mio/blob/master/src/sys/windows/udp.rs#L76-L86
Additionally, it's odd that connect has that handling, as UDP connectedness is a purely local convenience function that performs no actual I/O whatsoever, and hence is probably incapable of blocking.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels