-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hardening Improvements: RT diversity and decreased RT churn #687
Conversation
This reverts commit c985184.
* reduce churn
This is a BREAKING CHANGE for the dual DHT but it should be a relatively minor one. Co-authored-by: Petar Maymounkov <petarm@gmail.com>
0137dd6
to
57a49f1
Compare
testing: add test-specific option to force processing of Host address changes even when AutoRefresh is disabled
0c47865
to
5729f0a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit + lgtm.
} | ||
} | ||
|
||
return false, -1, peersToQuery |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const LookupNotCompleted = -1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eh, we never actually use this -1
anywhere (or even comparisons like > 0) so it's not obvious where to declare LookupNotCompleted
. If we ever start using it we can always introduce the const then.
No description provided.