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

[Feature request]Port anytls-like multiplex to other protocols #2659

Open
passingwang opened this issue Mar 1, 2025 · 2 comments
Open

[Feature request]Port anytls-like multiplex to other protocols #2659

passingwang opened this issue Mar 1, 2025 · 2 comments

Comments

@passingwang
Copy link

passingwang commented Mar 1, 2025

Anytls and its multiplex is decoupled. Migrating its multiplex to the mux field is helpful to solve the Head-of-Line Blocking problem, which has a negative impact on poor networking environments when using smux or h2mux.

@passingwang
Copy link
Author

CC @anytls

@anytls
Copy link
Contributor

anytls commented Mar 1, 2025

I'm guessing you're looking for lower latency, or want to use a CDN. So you would like add the anytls multiplexing layer over some protocol like Shadowsocks or "VMess+WS".

If you do this, I think it will become another sing-mux, a private protocol. This probably can't be called anytls.

Anyway, it's none of my business.

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