peer maintenance - #197
Conversation
|
@clanky-gattaca review |
🤖 PR reviewThis PR advertises PRUNE backoffs on the wire (and penalises re-GRAFTs inside them), replaces the absolute opportunistic-graft threshold with a fraction of per-topic-class saturation, merges the P3-activation and rescore passes into a single per-peer walk in 6 inline comment(s) on the diff.
Re-run — tick an effort:
|
clanky-gattaca
left a comment
There was a problem hiding this comment.
Inline notes from the review comment on this PR.
…ff advertisement, opportunistic graft on topic-local merit
25218dc to
fa3e0c1
Compare
| idle_len += 1; | ||
| } | ||
| } | ||
| crate::counters::GossipTopicCounters::subscribed(&subs); |
| } | ||
| } | ||
|
|
||
| let coloc = *peers_by_prefix.get(&peer.ip_prefix).unwrap_or(&1); |
Last set of changes for peer population maintenance - a bunch of different changes:
(I promise to make more focused PRs in future..)