wangyu- / udp2raw

A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
MIT License
6.95k stars 1.15k forks source link

Traffic compression, udp/tcp. #519

Open linnuxx opened 2 months ago

linnuxx commented 2 months ago

English Only. will you add a traffic compression feature? to save bandwidth, because wireguard does not know how to compress traffic.

wangyu- commented 1 month ago

no, don't want to put this feature into udp2raw.

this feature can be implement outside of udp2raw. For example, you can implement a compression tunnel and chain that in between:

wg client---->compression tunnel client---->udp2raw client----------------------------->udp2raw server--->compression tunnel server ----> wg server

In this way, the tunnel will be more re-usable

wangyu- commented 1 month ago

for tunnelling tcp traffic, kcptun has the feature.

for udp there are a few on google, but I never used them. I cannot suggest.

wangyu- commented 1 month ago

First, I feel I don't communicate well with you.

Second, I checked your history on github, I found something something suprising in https://github.com/cnbatch/kcptube/issues/24 :

image

You are not welcomed here as well I guess.

wangyu- commented 1 month ago

blocked and reported