mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 14:50:40 +01:00
We make the capacity factor configurable via an lnd.conf routerrpc apriori parameter. The capacity factor trades off increased success probability with a reduced set of channel candidates, which may lead to increased fees. To let users choose whether the factor is active or not, we add a config setting where a capacity fraction of 1.0 disables the factor. We limit the capacity fraction to values between 0.75 and 1.0. Lower values may discard too many channels. |
||
---|---|---|
.. | ||
config.go | ||
driver.go | ||
forward_interceptor.go | ||
log.go | ||
router.pb.go | ||
router.pb.gw.go | ||
router.pb.json.go | ||
router.proto | ||
router.swagger.json | ||
router.yaml | ||
router_backend.go | ||
router_backend_test.go | ||
router_grpc.pb.go | ||
router_server.go | ||
router_server_deprecated.go | ||
router_server_test.go | ||
routing_config.go | ||
subscribe_events.go |