mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
In order to reduce high CPU utilization during the initial network view sync, we slash down the total number of active in-flight jobs that can be launched. |
||
---|---|---|
.. | ||
chainview | ||
testdata | ||
errors.go | ||
graph.go | ||
heap.go | ||
heap_test.go | ||
log.go | ||
missioncontrol.go | ||
notifications.go | ||
notifications_test.go | ||
pathfind.go | ||
pathfind_test.go | ||
README.md | ||
router.go | ||
router_test.go | ||
validation_barrier.go |
routing
The routing package implements authentication+validation of channel announcements, pruning of the channel graph, path finding within the network, sending outgoing payments into the network and synchronizing new peers to our channel graph state.
Installation and Updating
$ go get -u github.com/lightningnetwork/lnd/routing