You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not many people publish benchmarks, so I tried this test.
I'm happy with my current setup - VMESS+WebSocket+NGINX(TLS) - but tried QUIC instead of WebSocket to see whether I can get better speed.
Well, the result is unexpected.
I prepared the following configs, and tried running them using the latest v2ray (v2ray run -c config.json):
VMESS security=auto & QUIC+tls (I call this "auto-QUIC" below)
VMESS security=zero & QUIC+tls (I call this "zero-QUIC" below)
VMESS security=auto & WebSocket+tls (I call this "auto-WS" below)
VMESS security=zero & WebSocket+tls (I call this "zero-WS" below)
I benchmarked like this: iperf3 --local--> [v2ray client "dokodemo-door"] --/NSAnet/--> [v2ray server] --local--> iperf3
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Not many people publish benchmarks, so I tried this test.
I'm happy with my current setup - VMESS+WebSocket+NGINX(TLS) - but tried QUIC instead of WebSocket to see whether I can get better speed.
Well, the result is unexpected.
I prepared the following configs, and tried running them using the latest v2ray (v2ray run -c config.json):
I benchmarked like this:
iperf3 --local--> [v2ray client "dokodemo-door"] --/NSAnet/--> [v2ray server] --local--> iperf3And here is the benchmark:
Clearly, WebSocket is faster than QUIC with minimum retry.
What I was expecting is that QUIC would win - I thought UDP is faster than TCP.
Beta Was this translation helpful? Give feedback.
All reactions