-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(dht) Implement DHT Diagnostic messages #60
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
Comments
whyrusleeping
added
kind/enhancement
A net-new feature or improvement to an existing feature
ready
labels
Sep 12, 2014
whyrusleeping
changed the title
Implement DHT Diagnostic messages
feat(dht) Implement DHT Diagnostic messages
Sep 13, 2014
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: