[−][src]Crate naia_client_socket
Naia Client Socket
A Socket abstraction over either a UDP socket on native Linux, or a unreliable WebRTC datachannel on the browser
Structs
| 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 |
Type Definitions
| ClientSocket | ClientSocket is an alias for a socket abstraction using either UDP or WebRTC for communications |