Skip to main content

Module selector

Module selector 

Source

Structsยง

HoprGraphPathSelector
A lightweight graph-backed path selector.

Constantsยง

DEFAULT_EDGE_PENALTY ๐Ÿ”’
Default penalty factor applied to edge cost functions.
DEFAULT_MIN_ACK_RATE ๐Ÿ”’
Default minimum acceptable message acknowledgment rate for immediate peers.

Functionsยง

compute_extended_forward_paths ๐Ÿ”’
Extended forward path search: find shorter paths using [EdgeCostFn::forward_without_self_loopback] and append dest to each one.
compute_paths ๐Ÿ”’
Compute candidate paths from src to dest through graph.