boringproxy/boringproxy

performance

Stunt0265 opened this issue · 2 comments

How does the performance of boringproxy compare to Cloudflare tunnels? Or Wireguard?

boringproxy is built on SSH, which uses a single TCP connection to multiplex channels. Generally speaking I would expect it to have slower performance than WireGuard, and probably Cloudflare Tunnels as well (at least using QUIC or similar). The main problem is head-of-line blocking.

Closing. Feel free to ask any additional questions.