Switch established connection from TCP to QUIC #3339
Unanswered
DiogoSantoss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose I have two nodes with both TCP and QUIC transport. Upon connecting them, I realize that they are connected via TCP but I would prefer for them to use the QUIC protocol. Is there a way to force this behavior after a connection has been established ?
I've tried manually calling
Connect
with QUIC addresses and even closing previous TCP connections but none seem to work.Beta Was this translation helpful? Give feedback.
All reactions