hprox icon indicating copy to clipboard operation
hprox copied to clipboard

[Feature Request] UDP over TCP support

Open npwc opened this issue 2 years ago • 1 comments

npwc avatar May 30 '23 03:05 npwc

There is actually a standard RFC for proxying UDP packet in HTTP connection. Combining with Unreliable frame in QUIC protocol, it's possible to have UDP problem solved without those "UDP-over-TCP" hack.

However, this requires implementation in both client (either Browser or naiveproxy client), and the QUIC library hprox is using.

Also, it's easy to adopt to UDP-over-TCP hacks other clients are using. But this kind of solution is not future proof and could be broken anytime client updated to a new version. So it's not the solution I'm looking for at this moment.

bjin avatar May 30 '23 04:05 bjin