rust-utp v0.5.0 Release Notes

Release Date: 2015-06-12 // almost 9 years ago
  • โž• Added

    • โž• Added local_addr for both UtpSocket and UtpStream.
    • โž• Added the Into trait for easy conversion from UtpSocket instances into UtpStream.

    ๐Ÿ”„ Changed

    • UtpListener::accept now returns both the new socket and the remote peer's address (Result<UtpSocket, SocketAddr>), similarly to TcpListener.
    • UtpListener::incoming now also returns the remote peer's address, similarly to accept but unlike TcpListener::incoming.