rust-utp v0.6.0 Release Notes

Release Date: 2015-06-13 // almost 9 years ago
  • ➕ Added

    • Implemented the Deref trait for easy conversion from UtpStream instances into the underlying UtpSocket.

    🔄 Changed

    • UtpSocket::connect is now a function instead of a method on a UtpSocket instance (i.e., it doesn't require a socket to be called).