-
Notifications
You must be signed in to change notification settings - Fork 239
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
Add experimental Yamux support #6008
Comments
So long as it's a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest LibP2P now includes Yamux support. It can be enabled by using the following code when constructing the switch:
The muxer that gets added first is treated as first choice, the second is a fallback.
We should add a hidden command line option for enabling Yamux and then we should deploy it on a subset of our testnet fleet hosts.
The text was updated successfully, but these errors were encountered: