Options
All
  • Public
  • Public/Protected
  • All
Menu

State defines if a channel is in one of the following states: CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.

Index

Enumeration members

STATE_CLOSED = 4

STATE_CLOSED - A channel has been closed and can no longer be used to send or receive packets.

STATE_INIT = 1

STATE_INIT - A channel has just started the opening handshake.

STATE_OPEN = 3

STATE_OPEN - A channel has completed the handshake. Open channels are ready to send and receive packets.

STATE_TRYOPEN = 2

STATE_TRYOPEN - A channel has acknowledged the handshake step on the counterparty chain.

STATE_UNINITIALIZED_UNSPECIFIED = 0

STATE_UNINITIALIZED_UNSPECIFIED - Default State

UNRECOGNIZED = -1