-
Notifications
You must be signed in to change notification settings - Fork 354
QUIC support [DO NOT MERGE] #9484
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
base: master
Are you sure you want to change the base?
Conversation
|
I managed to run it on a 2 node interop and i get |
|
I also had to add in our build native libs are not explicitly set as implementation dependencies in the libp2p project |
I get the same when testing. @Nashatyrev any idea? In QuicServer#serverTransportBuilder, I can see the muxer not set? Any idea what is the best way to fix |
|
What I see in |
|
Quic tests are working because on the server side |
Yeah, we are just experimenting. So I suppose the muxer should also be set on the server side. |
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
…disconnect() isn't propagated and converted to close() as the netty QuickStreamChannel declares it doesn't support disconnect() (#2)
PR Description
Add QUIC support
Default QUIC ports to 9100 (IPv4) and 9190 (IPv6) when dual-stack.
Fixed Issue(s)
N/A
Documentation
doc-change-requiredlabel to this PR if updates are required.Changelog