0.3.0
- Add
SocketError
trait - Add
BadParameter
type inHostNewError::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
andPeer::set_mtu
to take&mut self
instead of&self