-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Set of examples #19
Comments
Hey @whyrusleeping I made an example with the JS version: https://github.com/ipfs/js-libp2p-ipfs/blob/master/examples/example.js It is really simple, as all of the work happens underneath. Can we have something similar in Go as well? |
Done! |
Where are these? |
Oh, it might make sense to post a link here... |
Awesome! Let's make them discoverable now: could we either a) add these to this repo, or b) link to your examples repo in this repo's readme? |
use a single packet conn for all outgoing connections
improve correctness of closing connections on failure
wrap net conns, not transport conns
handleCanHop: reset stream on errors
Add OpenCensus metrics registration functionality to core
It would be really helpful, if can get an folder with the following examples:
The text was updated successfully, but these errors were encountered: