fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
80.5k stars 12.74k forks source link

Is it possible to increase traffic compression? #4169

Open linnuxx opened 4 weeks ago

linnuxx commented 4 weeks ago

Describe the feature request

Does traffic compression work for "tcp" and "udp"? Is it possible to compress traffic more? in order for compressed data to go through the tunnel, not compressed outside the tunnel, the fact is that some hosting providers would not want a lot of traffic to come from them. For example, a 64kb pact will shrink to 32kb if it goes into the frp tunnel. as it looks like: player>ipvds>frpserver>frpclient>gameserver. the return route of the packages: gameserver>frpclient>frpserver.

Describe alternatives you've considered

No response

Affected area

superzjg commented 4 weeks ago

https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L152-L153

linnuxx commented 4 weeks ago

https://github.com/fatedier/frp/blob/dev/conf/frpc_full_example.toml#L152-L153

I'm talking about compression in %

github-actions[bot] commented 6 days ago

Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.