v2ray / Planning

Deprecated. Please use v2ray-core for feature requests
60 stars 13 forks source link

Support compression #14

Closed testcaoy7 closed 7 years ago

testcaoy7 commented 7 years ago

It will be nice if v2ray can use real-time compression like lz4 to save some bandwidth.

v2ray commented 7 years ago

This is case by case. For example, HTTP traffic are largely compressed by gzip/defalte already. It is meaningless to compress it again. For other type of traffic, unless you have specific requirement, I don't think compression should be supported at the proxy level.