pub type DefaultPathSelector = DfsPathSelector<RandomizedEdgeWeighting>;
Expand description
DFS path selector with channel weighting function that uses randomized channel stakes as edge weights.
Aliased Typeยง
struct DefaultPathSelector { /* private fields */ }