Module conflux

Module conflux 

Source
Expand description

Conflux-related functionality

Modulesยง

msghandler ๐Ÿ”’ conflux
Client-side conflux message handling.

Structsยง

ConfluxSet ๐Ÿ”’
A set with one or more circuits.
JoinPoint ๐Ÿ”’
The conflux join point.
NotSingleLegError ๐Ÿ”’
An error returned when a method is expecting a single-leg conflux circuit, but it is not single-leg.

Constantsยง

CIRC_EVENT_COUNT ๐Ÿ”’
The expected number of circuit events to be returned from ConfluxSet::next_circ_event
MAX_CONFLUX_LEGS ๐Ÿ”’
The maximum number of conflux legs to store in the conflux set SmallVec.
NUM_CIRC_FUTURES ๐Ÿ”’
The number of futures we add to the per-circuit PollAll future in ConfluxSet::next_circ_event.