QUIC support [DO NOT MERGE]#9484
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