Documentation
¶
Index ¶
Constants ¶
View Source
const ( CodeUnsupportedVersion = "UNSUPPORTED_VERSION" CodeDecodeError = "DECODE_ERROR" CodeNoHandler = "NO_HANDLER" CodeFrameTooLarge = "FRAME_TOO_LARGE" )
Error codes in TypeError frames.
View Source
const ( ReasonShutdown = "SHUTDOWN" ReasonPeerLost = "PEER_LOST" )
Reason codes in TypeDisconnect frames.
View Source
const ( TypeIdent byte = 0x01 // trusted-mode only: initiator declares its NodeID TypeDisconnect byte = 0x03 // payload is Disconnect TypeError byte = 0x04 // payload is WireError TypeApplication byte = 0x10 // payload is Envelope )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Disconnect ¶
Disconnect is the TypeDisconnect payload.
Click to show internal directories.
Click to hide internal directories.