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
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
Entries are not sorted. It is possible to have the same Kademlia connections in a given bin, but for peers to be re-arranged. We need to sort them prior to output so that we can easily compare different tables.
The table does not show all connections, but max 4. We need to show all of them so that we know who we are connected to.
Basically the Kademlia table output should give an exhaustive information about the state of Kademlia, which currently is not the case.
Because of this I suggest:
Fix the sorting of peers.
Split the known vs live peers into two tables.
Output any and all connections so that we know all the peers we are connected to.
Ideas on how to further improve this are welcome.
The text was updated successfully, but these errors were encountered:
We've added a structured API endpoint to return this information in JSON format, so I consider this done for now. If we need to improve on this, we can re-open the issue.
Currently the table output of Kademlia looks like:
There are a few problems with this:
Basically the Kademlia table output should give an exhaustive information about the state of Kademlia, which currently is not the case.
Because of this I suggest:
known
vslive
peers into two tables.Ideas on how to further improve this are welcome.
The text was updated successfully, but these errors were encountered: