Regarding finding a connection switching module from QUIC to TCP.

36 views
Skip to first unread message

lalan kumar ram

unread,
Feb 14, 2023, 11:15:10 PM2/14/23
to QUIC Prototype Protocol Discussion group
Hi,

According to the QUIC IETF draft, the Chromium source creates two threads to establish a connection, one for QUIC and one for TCP. If the client-server fails to establish an end-to-end connection using QUIC protocol, it will transfer to TCP; could anyone help me to find out which module in the Chromium source code( https://www.chromium.org/quic/playing-with-quic/ ) implements this thread?


with regards
Lalan Kumar

Ryan Hamilton

unread,
Feb 15, 2023, 9:49:32 AM2/15/23
to proto...@chromium.org
Chrome does not use threads for this task, but the code which races QUIC and TCP is here.

--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/proto-quic/18cc1356-6101-4ee8-9726-49be9e94b543n%40chromium.org.

lalan kumar ram

unread,
Feb 15, 2023, 10:13:54 AM2/15/23
to proto...@chromium.org
Reply all
Reply to author
Forward
0 new messages