QUIC (Quick UDP Internet Connections) is an experimental transport layer network protocol designed by Google and announced publicly in 2013 as a part of Chromium version 29 of Chrome internet browser. The protocol was designed to support secure connection with low latency and bandwidth requirements.
QUIC is currently enabled by default in the Chromium-based internet browsers and some of the sites (including Google and YouTube) offer connection via this protocol.
The idea of QUIC is to make transport that would work better for internet than TCP. Using UDP helps to optimize transport layer algorithms and use its specific cryptography (in comparison to TLS on HTTPS on TCP). For the small percentages of users with blocked UDP, QUIC reverts automatically back to TCP based connectivity.
Follow the steps below to disable QUIC protocol on Google Chrome internet:
Open Google Chrome.
In the URL address field, type chrome://flags
and press Enter.
Type quic
into the Search flags field to filter the list of flags. Select Disabled from the drop-down menu next to Experimental QUIC protocol.
In the URL address field, type chrome://flags
and press Enter.
Restart Google Chrome for your changes to take effect.