By default, since version 2024.0, Amazon DCV supports both the WebSocket protocol, which is based on TCP, and the QUIC protocol, which is based on UDP for data transport.
The QUIC transport protocol is based on UDP. If your network experiences high latency and packet loss, using QUIC might improve performance. With QUIC, the server continues to use WebSocket for authentication traffic.
Note
You can use QUIC only if UDP traffic is permitted by your network and security configuration.
With QUIC enabled, clients can use the QUIC protocol for transporting data when connecting to a Amazon DCV server session. If clients don't use the QUIC protocol when they connect, they use WebSocket. For more information about the QUIC protocol, see Connecting to a Amazon DCV Session in the Amazon DCV User Guide.
To disable the use of QUIC (UDP) for data transport in Amazon DCV
-
Open the Windows Registry Editor and navigate to the HKEY_USERS/S-1-5-18/Software/GSettings/com/nicesoftware/dcv/connectivity/ key.
-
Open the enable-quic-frontend parameter. For Value data, enter
0
.Note
If you can't find the parameter, create a new DWORD (32-bit) parameter and name it
enable-quic-frontend
. -
Close the Windows Registry Editor.