This document gives a detailed information about how to use Chrome
to test QUIC
implementation. But from my test:
$ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--enable-quic \
--quic-version=h3-T051 \
--origin-to-force-quic-on=r2---sn-fxc25nn-nwje.googlevideo.com:443 \
https://r2---sn-fxc25nn-nwje.googlevideo.com/
Opening in existing browser session.
If Chrome
is already running, the above command will open tab in existing browser session, and it will use current existing Chrome
process’s QUIC
version, e.g, T050
. So to test different QUIC
versions, you should close current running Chrome
processes.