]> git.bitcoin.ninja Git - rust-lightning/commit
Track a `counter` for each node in our network graph
authorMatt Corallo <git@bluematt.me>
Thu, 7 Dec 2023 04:12:04 +0000 (04:12 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 19 Jun 2024 13:57:41 +0000 (13:57 +0000)
commit6d714b8cbd467b2a0efe39e5973994857149a233
tree6b8caa5f77cc7550f92820ceda21eabca9dbe78b
parentb8cdde8af64189fd1567cbc85cfae26c610af969
Track a `counter` for each node in our network graph

These counters are simply a unique number describing each node.
They have no specific meaning, but start at 0 and count up, with
counters being reused after a node has been deleted.
lightning/src/routing/gossip.rs