Crate naia_client_socket[][src]

Expand description

Naia Client Socket

A Socket abstraction over either a UDP socket on native Linux, or a unreliable WebRTC datachannel on the browser

Structs

A client-side socket which communicates with an underlying unordered & unreliable protocol

Contains configuration required to initialize a LinkConditioner

Handles sending messages to the Server for a given Client Socket

A Packet that can be sent to the Server

Enums

An Error type specifically related to the Naia Client Socket This is under construction and needs to be cleaned up

Traits

Defines the functionality of a Naia Client Socket

Functions

Helper method to find local IP address, if possible