|
|
|
|
|
by thayne
681 days ago
|
|
> Stealth does this by using obfuscated TLS tunneling over TCP. This is different from most popular VPN protocols that typically use UDP The reason most VPN protocols use UDP is for performance. With TCP, a single blocked packet can delay multiple streams. And fwiw, openvpn supports using TLS over TCP, but it is less performant than udp. I would be more interested in a protocol that uses quic and looks like http/3 |
|