Namespace SuperNet.Netcode.Transport
Classes
ConnectionRequest
A connection request received by an active host.
Host
Manages a network socket and all network communication between peers.
HostConfig
Holds configuration values for hosts.
HostEvents
Event based implementation of a host listener.
HostStatistics
Stores packet statistics for hosts.
MessageEvents
Event based implementation of a message listener.
MessageReceived
Extra information for a network message that has been received by a connected peer.
MessageSent
Network message that has been sent to a connected peer.
Peer
Manages an active network connection.
PeerConfig
Holds configuration values for peers.
PeerEvents
Event based implementation of a peer listener.
PeerStatistics
Stores packet statistics for peers.
Structs
HostTimespan
Stores a difference between two timestamps as a duration.
HostTimestamp
Stores a local timestamp of an event.
Interfaces
IHostListener
Implements a host listener.
IMessage
Implements a message that can be sent by the netcode to a connected peer.
IMessageListener
Implements a sent message listener.
IPeerListener
Implements a peer listener.
Enums
DisconnectReason
Reason provided when a connection ends.