Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traffic compression, udp/tcp. #519

Open
linnuxx opened this issue Apr 16, 2024 · 4 comments
Open

Traffic compression, udp/tcp. #519

linnuxx opened this issue Apr 16, 2024 · 4 comments

Comments

@linnuxx
Copy link

linnuxx commented Apr 16, 2024

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

@wangyu-
Copy link
Owner

wangyu- commented Apr 29, 2024

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-
Copy link
Owner

wangyu- commented Apr 29, 2024

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-
Copy link
Owner

wangyu- commented Apr 30, 2024

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

Second, I checked your history on github, I found something something suprising in cnbatch/kcptube#24 :

image

You are not welcomed here as well I guess.

@wangyu-
Copy link
Owner

wangyu- commented Apr 30, 2024

blocked and reported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants