Skip to content

Latest commit

 

History

History
151 lines (82 loc) · 3.57 KB

DISCONNECT_REASON.md

File metadata and controls

151 lines (82 loc) · 3.57 KB

@ethereumjs/devp2p / DISCONNECT_REASON

Enumeration: DISCONNECT_REASON

Table of contents

Enumeration Members

Enumeration Members

ALREADY_CONNECTED

ALREADY_CONNECTED = 5

Defined in

packages/devp2p/src/types.ts:23


CLIENT_QUITTING

CLIENT_QUITTING = 8

Defined in

packages/devp2p/src/types.ts:26


DISCONNECT_REQUESTED

DISCONNECT_REQUESTED = 0

Defined in

packages/devp2p/src/types.ts:18


INCOMPATIBLE_VERSION

INCOMPATIBLE_VERSION = 6

Defined in

packages/devp2p/src/types.ts:24


INVALID_IDENTITY

INVALID_IDENTITY = 7

Defined in

packages/devp2p/src/types.ts:25


NETWORK_ERROR

NETWORK_ERROR = 1

Defined in

packages/devp2p/src/types.ts:19


PROTOCOL_ERROR

PROTOCOL_ERROR = 2

Defined in

packages/devp2p/src/types.ts:20


SAME_IDENTITY

SAME_IDENTITY = 10

Defined in

packages/devp2p/src/types.ts:28


SUBPROTOCOL_ERROR

SUBPROTOCOL_ERROR = 16

Defined in

packages/devp2p/src/types.ts:30


TIMEOUT

TIMEOUT = 11

Defined in

packages/devp2p/src/types.ts:29


TOO_MANY_PEERS

TOO_MANY_PEERS = 4

Defined in

packages/devp2p/src/types.ts:22


UNEXPECTED_IDENTITY

UNEXPECTED_IDENTITY = 9

Defined in

packages/devp2p/src/types.ts:27


USELESS_PEER

USELESS_PEER = 3

Defined in

packages/devp2p/src/types.ts:21