Enum PeerDisconnectReason
Represents the reasons for a peer disconnecting from the network.
public enum PeerDisconnectReason
Fields
Custom = 3The peer was disconnected for a custom reason.
Kicked = 2The peer was kicked from the session.
ModeEnd = 4The peer was disconnected because the mode ended.
Quit = 1The peer voluntarily quit the session.
Timeout = 0The peer was disconnected due to a timeout.