Enum netcode::UpdateError
[−]
[src]
pub enum UpdateError {
PacketBufferTooSmall,
SocketError(Error),
}Errors from updating server.
Variants
PacketBufferTooSmallPacket buffer was too small to recieve the largest packet(NETCODE_MAX_PACKET_SIZE = 1200)
SocketError(Error)Generic io error.