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
Kademlia Periodic Replication and Republishing Implementation (#334)
* feat: implement Kademlia periodic replication and republishing
* refactor(kademlia): drop duplicated mutable flags; read from config_ directly per review
* refactor(kademlia): remove runtime setters from interface; rely on Config as requested
* refactor(kademlia): drop try/catch in periodic replication/republishing per review
* refactor(kademlia): deduplicate timer logic into setReplicationTimer/setRepublishingTimer per review
* feat(kademlia): on republish extend local expiration by putValue; log on failure
* perf(connection_manager): reserve only for open connections as suggested in review
* Update kademlia_impl.cpp
---------
Co-authored-by: Ruslan Tushov <[email protected]>
0 commit comments