Skip to content

Releases: rust-lang/socket2

v0.2.4

15 Oct 02:15
Compare
Choose a tag to compare
  • Fix Socket::connect_timeout on Windows to return the socket in blocking rather than nonblocking mode.
  • Fix Socket::connect_timeout on Linux to correctly handle refused connections.
  • Add constructors for Protocol.

v0.2.2

10 Aug 20:14
Compare
Choose a tag to compare
  • Fix set_read_timeout and set_write_timeout.
  • Add Socket::pair under the pair feature.
  • Add Unix socket support under the unix feature.

v0.2.0

13 Jun 02:49
Compare
Choose a tag to compare
  • Add Socket::connect_timeout.
  • Add a SockAddr type used instead of the standard library SocketAddr. This allows use of non-IP sockets.