Crate naia_client_socket[][src]

Naia Client Socket

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

Structs

ClientSocket

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

LinkConditionerConfig

Contains configuration required to initialize a LinkConditioner

MessageSender

Handles sending messages to the Server for a given Client Socket

Packet

A Packet that can be sent to the Server

Enums

NaiaClientSocketError

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

Traits

ClientSocketTrait

Defines the functionality of a Naia Client Socket

Functions

find_my_ip_address

Helper method to find local IP address, if possible