-
Notifications
You must be signed in to change notification settings - Fork 152
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
Enrich routing table #772
Enrich routing table #772
Conversation
5cb0bda
to
89a6e04
Compare
89a6e04
to
03f7f8e
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.
It seems to need to rebase.
f191398
to
d4522c5
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.
Could we avoid these downcastings to (KademliaProtocol)
?
@dahlia It will be great to be in another PR, since some features are KademliaProtocol specific so need a discussion to be added in IProtocol or not. |
7b918ba
to
7841b7c
Compare
Codecov Report
@@ Coverage Diff @@
## master #772 +/- ##
==========================================
- Coverage 86.62% 86.45% -0.17%
==========================================
Files 225 226 +1
Lines 19380 19427 +47
==========================================
+ Hits 16787 16795 +8
- Misses 1393 1425 +32
- Partials 1200 1207 +7
|
7841b7c
to
5042def
Compare
2ae8f34
to
7efec13
Compare
7efec13
to
2477b3d
Compare
Routing table now stores peers with its last updated time, last checked (ping/pong) time and its latency.