-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NetDB: Enforce no RIs in subdbs (Gitlab #465)
And fix FloodfillVerifyStoreJob that was looking for them there. Fix other places that assumed RIs would be there. - Throw IAE if attempting to store/publish RI to subdb - Log warnings if attempting to lookup RI in subdb - Revert changes to createPeerSelector() - Revert peer selector changes in SearchJob and StoreJob - Use common PeerSelector and KBucketSet for all dbs - Revert/fix FloodfillVerifyStoreJob to looukp RIs in the main DB - Revert "mismatch" logging in FVSJ selector, this is normal - FVSJ log tweaks - Don't start ExpireRoutersJob in subdbs - Revert change in InboundMessageDistributor that was looking up RI in subdb - Remove KNDF.isMainDb(), replace with !isClientDb()
- Loading branch information
Showing
6 changed files
with
112 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.