Most proxy protocols run over TCP; Hysteria2 runs QUIC over UDP. That difference shows clearly on cross-border, high-loss links.
Why it's fast
TCP slows sharply on packet loss. Hysteria2, built on QUIC with an aggressive congestion control (Brutal), is often several times faster than TCP-based protocols on links with 5–20% loss — smoother for streaming and large downloads.
SponsoredWhere does the subscription link come from?Our partner provider gives you 1 GB of high-speed Hong Kong data at signup — import it in one click.Get high-speed nodesThe trade-off
UDP traffic is easily throttled by ISP QoS, and some networks restrict UDP entirely; its disguise is also less natural than TLS-based protocols. So it works best as a backup link — switch to it when your TCP protocol stalls.
What supports it
Hysteria2 is a standalone project, not a native V2Ray protocol, but it commonly coexists with V2Ray-ecosystem clients. Furious, the NekoRay line, sing-box-based clients and recent v2rayN builds all support it.