DisconnectReason Enum
Namespace: Riptide
Assembly: RiptideNetworking.dll
The reason for a disconnection.
public enum DisconnectReason : byte
Fields
NeverConnected |
No connection was ever established. |
ConnectionRejected |
The connection attempt was rejected by the server. |
TransportError |
The active transport detected a problem with the connection. |
TimedOut |
The connection timed out. |
Kicked |
The client was forcibly disconnected by the server. |
ServerStopped |
The server shut down. |
Disconnected |
The disconnection was initiated by the client. |
PoorConnection |
The connection's loss and/or resend rates exceeded the maximum acceptable thresholds, or a reliably sent message could not be delivered. |