-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(dht) Implement DHT Diagnostic messages #60
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
Comments
I have a rough implementation of this complete |
ariescodescream
pushed a commit
to ariescodescream/go-ipfs
that referenced
this issue
Oct 23, 2021
gx: update go-libp2p-peerstore, go-libp2p, go-libp2p-kbucket
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
profile: badger profile now defaults to asynchronous writes
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
…async profile: badger profile now defaults to asynchronous writes
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Mar 4, 2022
…async profile: badger profile now defaults to asynchronous writes
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Mar 4, 2022
…async profile: badger profile now defaults to asynchronous writes
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
My goal with the diagnostic messages is to provide a means to gather data about the network, number of nodes, and a map of the connections between them. Having this will allow us to analyze performance bottlenecks and other interesting issues that may arise as we move towards a larger ipfs deployment.
The text was updated successfully, but these errors were encountered: