Type Definition netcode::UdpServer [] [src]

type UdpServer = Server<UdpSocket, ()>;

UDP based netcode server.