Skip to content

0.3.0

Compare
Choose a tag to compare
@jabuwu jabuwu released this 13 Aug 07:20
  • 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