enum DevP2P::Messages::Disconnect::Reason
Defined in:
net/devp2p.cr
Enum Members
-
DisconnectRequested =
0
-
TCPSubSystemError =
1
-
BreachOfProtocol =
2
-
UselessPeer =
3
-
TooManyPeers =
4
-
AlreadyConnected =
5
-
IncompatibleP2PProtocolVersion =
6
-
NullNodeIdentity =
7
-
ClientQuit =
8
-
UnexpectedIdentityInHandshake =
9
-
ConnectedToSelf =
10
-
PingTimeout =
11
-
Other =
12
Instance Method Summary
Instance Method Detail
def
breach_of_protocol?
#
def
disconnect_requested?
#
def
incompatible_p2_p_protocol_version?
#
def
null_node_identity?
#
def
tcp_sub_system_error?
#
def
unexpected_identity_in_handshake?
#