Skip to content
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

QuicTransport: Running over TCP? #799

Closed
aboba opened this issue Nov 20, 2017 · 3 comments
Closed

QuicTransport: Running over TCP? #799

aboba opened this issue Nov 20, 2017 · 3 comments

Comments

@aboba
Copy link
Contributor

aboba commented Nov 20, 2017

What happens if an RTCQuicTransport is constructed from an RTCIceTransport whose selected candidate pair utilizes TCP?

@ibc
Copy link
Contributor

ibc commented Nov 21, 2017

It should use https://tools.ietf.org/html/rfc4571 IMHO, the same as the previous ICE flow.

@nils-ohlmeier
Copy link

How is this different from running DTLS + SCTP over a ICE TCP connection?

@ibc
Copy link
Contributor

ibc commented Nov 21, 2017

It's the same. In fact, if the RTCIceTransport selected a TCP candidate pair, it means that RFC 4571 mechanism was already used for ICE packets themselves.

Anyhow, this is about the transport layer itself (real "transport layer", this is: UDP or TCP) so I don't fully understand how it could affect to QuicTransport.

@aboba aboba closed this as completed Dec 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants