- Fix
Socket::connect_timeouton Windows to return the socket in blocking rather than nonblocking mode. - Fix
Socket::connect_timeouton Linux to correctly handle refused connections. - Add constructors for
Protocol.
Unclaimed project
Are you a maintainer of socket2? Claim this project to take control of your public changelog and roadmap.
Changelog
Advanced configuration options for sockets.
Last updated 23 days ago
Socket::connect_timeout on Windows to return the socket in blocking rather than nonblocking mode.Socket::connect_timeout on Linux to correctly handle refused connections.Protocol.set_read_timeout and set_write_timeout.Socket::pair under the pair feature.unix feature.Socket::connect_timeout.SockAddr type used instead of the standard library SocketAddr. This allows use of non-IP sockets.