Skip to main content

Module msghandler

Module msghandler 

Source
Expand description

A conflux-aware message handler.

Structsยง

ConfluxMsgHandler ๐Ÿ”’
Cell handler for conflux cells.
OooRelayMsg ๐Ÿ”’
An out-of-order message.

Enumsยง

ConfluxAction ๐Ÿ”’
An action to take after processing a potentially out of order message.
ConfluxCmd ๐Ÿ”’
The outcome of AbstractConfluxMsgHandler::handle_msg.
ConfluxStatus ๐Ÿ”’
The conflux status of a conflux circuit.
RemoveLegReason ๐Ÿ”’
The reason for removing a circuit leg from the conflux set.

Traitsยง

AbstractConfluxMsgHandler ๐Ÿ”’
An object that can process conflux relay messages and manage the conflux state of a circuit.