rust-utp v0.6.1 Release Notes

Release Date: 2015-08-24 // over 8 years ago
  • โž• Added

    • โฑ Packets are resent if no acknowledgment is received before timeout.
    • ๐Ÿ”ง Sockets time out after too many retransmissions (configurable), returning an error.

    ๐Ÿ›  Fixed

    • Socket creation no longer fails with arithmetic overflow when generating a random connection identifier.
    • SACK extension generation no longer fails with arithmetic overflow.
    • Resending lost packets no longer floods the connection.
    • ๐Ÿ›  Fixed packet extension encoding.
    • ๐Ÿ›  Many protocol bug fixes.
    • ๐Ÿ›  Fixed warning about Sized in trait on rustc 1.4.0-nightly (10d69db0a 2015-08-23) (RFC 1214 fallout)