Expand description
Conflux-related functionality
Modulesยง
- msghandler ๐
conflux - Client-side conflux message handling.
Structsยง
- Conflux
Set ๐ - A set with one or more circuits.
- Join
Point ๐ - The conflux join point.
- NotSingle
LegError ๐ - 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
PollAllfuture inConfluxSet::next_circ_event.