Skip to content

Does relay client transport use QUIC? #3766

Closed Answered by thomaseizinger
mycognosist asked this question in Q&A
Discussion options

You must be logged in to vote

Short answer: Yes.

In that code snippet, you only configured relay and QUIC.

This means you can only connect to (and listen on) relays that are reachable via QUIC.

Relay itself isn't a transport. A relayed connection will always run on the connection that you establish to the relay. If the relay only offers TCP+TLS+yamux and your app can only do QUIC, you won't be able to connect to the relay in the first place.

Does that make sense?

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@mycognosist
Comment options

@thomaseizinger
Comment options

Answer selected by mycognosist
Comment options

You must be logged in to vote
6 replies
@sandreae
Comment options

@sandreae
Comment options

@thomaseizinger
Comment options

@thomaseizinger
Comment options

@mxinden
Comment options

mxinden May 8, 2023
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants