rosen
rosen copied to clipboard
Will rosen supports QUIC?
It's better than TLS to tunneling because it's based on UDP.
Why do you say UDP is better?
Currently the standard library does not implement QUIC https://github.com/golang/go/issues/32204 and HTTP/3 is barely used meaning it will stick out more.
There's also papers like this: https://arxiv.org/abs/2101.11871 that suggest QUIC is more fingerprintable than TCP.
So at the moment I guess the answer is a mixture of maybe and it depends.