Speed Graph at windows 10 is not working after I upgraded to "4.33.0" with vless ws tls
All other functions work as should be.
No connection issues, only Speed Graph
Please paste your Qv2ray log here:
Version:
Build info:
Extra build info:
Please hide your server address and UUID if you wish to post the vmess string or your connection setting.
@sioulisn It is a known issue for vless outbounds in 2.6.3, and is already fixed in newer versions. You may want to upgrade.
May I ask one more different topic?
I was using vmess plain TCP and the speed was around 300-400mbps. After I start using vless(or vmess) with nginx ws tls that is more stable than plain TCP, the speeds are hardly 100mbps. Is there any configuration that I miss or that's the protocol's limits?
ws introduces handshaking, wrapping and encoding overhead.
tls introduces handshaking, encryption/decryption and encoding overhead.
plus the implementation in V2Ray will disable ReadV when tls is on.
it's expected to see a sharp drop in performance.
whether go loud or go quiet, it's up to you.
@DuckSoft thank you for your help! keep it up, guys. I updated to 2.7 QV2ray and works perfectly now also
Most helpful comment
ws introduces handshaking, wrapping and encoding overhead.
tls introduces handshaking, encryption/decryption and encoding overhead.
plus the implementation in V2Ray will disable ReadV when tls is on.
it's expected to see a sharp drop in performance.
whether go loud or go quiet, it's up to you.