-
Notifications
You must be signed in to change notification settings - Fork 45
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
How does muxado compare with yamux? #13
Comments
@ginkoob -- for IPFS:
Also, take a look at this module: https://github.com/jbenet/go-stream-muxer/ -- wrap them! We could also use this module to get common benchmarks |
Also, @inconshreveable and i have discussed stream muxing a lot in #ipfs on freenode. logs here: botbot.me/freenode/ipfs/ -- and eventually i want something like jbenet/random-ideas#34 |
Thanks for reaching @jbenet! I ended up with yamux too. A muxer interface would be great in the stdlib (net/muxer ?). Did you consider to make a such proposal? |
In search for a TCP multiplexer I've found yamux which has many similarities with muxado so I'm wondering how they compare.
http://godoc.org/github.com/hashicorp/yamux
The text was updated successfully, but these errors were encountered: