Skip to content

Releases: jabuwu/rusty_enet

0.3.3

15 Nov 14:36
Compare
Choose a tag to compare
  • Reset peer on connection error in enet::connected

0.3.2

16 Aug 11:17
Compare
Choose a tag to compare
  • Fix a Duration underflow panic in enet::connected

0.3.1

13 Aug 09:39
Compare
Choose a tag to compare
  • Add missing enet::connected::Host::now function

0.3.0

13 Aug 07:20
Compare
Choose a tag to compare
  • Add SocketError trait
  • Add BadParameter type in HostNewError::BadParameter
  • Add Host::now to get the current time according to ENet
  • Add connected feature, providing an easier integration with connection based protocols
  • Allow ReadWrite in #![no_std] environments
  • Change Host::set_mtu and Peer::set_mtu to take &mut self instead of &self

0.2.0

18 May 12:19
Compare
Choose a tag to compare
  • Compatible with ENet 1.3.18
  • Refine some trait requirements and derives
  • Reduce allocations introduced by Rust port (#1)
  • Reduce enet_malloc overhead
  • Adjust Socket::receive interface to one which takes a pre-allocated buffer
  • Add #![no_std] support (by disabling std feature)
  • Add MTU_MAX constant (an alias of ENET_PROTOCOL_MAXIMUM_MTU)
  • Add functions:
    • Host::mtu
    • Host::set_mtu
    • Peer::mtu
    • Peer::set_mtu
  • Remove redundant ENET_ prefix on consts

0.1.0

14 May 04:47
Compare
Choose a tag to compare

0.1.0

  • Initial release