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 also think there is a typo in the docstring for Socket.sendto:
// .darwin returns ISCONN error for already connected socket
// .windows and .lynux both don't care
// Intercepts ISCONN status for .darwin and retry sendto with null destination address
pub fn sendto(
/// The file descriptor of the sending socket.
sockfd: std.posix.socket_t,
/// Message to send.
.lynix should be .linux
The text was updated successfully, but these errors were encountered:
Socket.sendto should not be public?
I also think there is a typo in the docstring for Socket.sendto:
.lynix should be .linux
The text was updated successfully, but these errors were encountered: