awnumar / rosen

Modular proxy tunnel that encapsulates traffic within a cover protocol to circumvent censorship.
BSD Zero Clause License
110 stars 14 forks source link

Will rosen supports QUIC? #8

Open 0x391F opened 3 years ago

0x391F commented 3 years ago

It's better than TLS to tunneling because it's based on UDP.

awnumar commented 3 years ago

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.