You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Threepwood-7
committed
RUST-PAR-017: drive the hourly bucket refresh with the NODE lookup
Wire run_bucket_refresh to DhtNode::refresh_node_lookup instead of the
full lookup_nodes_with_class convergence traversal, matching the oracle's
per-refresh wire amplitude (one initial KADEMLIA2_REQ, jump-start retries
only while silent, stop on first RES -- Search.cpp:194,271-328,373-387).
The cadence and gating stay untouched: hourly per-zone big-timer re-arm,
one due zone per 10s tick, and the fill gate (RoutingZone.cpp:802-810)
all live in the routing table as before. The refresh outcome (responded /
reqs_sent / contacts_ingested) is logged so soak diffs keep per-refresh
visibility alongside the ed2k_packet_v1 wire dumps.
0 commit comments