rust-lightning/lightning/src/routing
Matt Corallo 87a6e013f7 Have find_route take a NetworkGraph instead of a ReadOnly one
Because downstream languages are often garbage-collected, having
the user directly allocate a `ReadOnlyNetworkGraph` and pass a
reference to it to `find_route` often results in holding a read
lock long in excess of the `find_route` call. Worse, some languages
(like JavaScript) tend to only garbage collect when other code is
not running, possibly leading to deadlocks.
2022-06-29 17:45:49 +00:00
..
gossip.rs Add anti-probing penalty to ProbabilisticScorer 2022-06-25 20:06:04 +02:00
mod.rs Move network_graph.rs to gossip.rs 2022-06-02 15:15:30 -07:00
router.rs Have find_route take a NetworkGraph instead of a ReadOnly one 2022-06-29 17:45:49 +00:00
scoring.rs Have find_route take a NetworkGraph instead of a ReadOnly one 2022-06-29 17:45:49 +00:00