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

TCP connection problem #377

Open
mmdkevin opened this issue Jul 7, 2024 · 1 comment
Open

TCP connection problem #377

mmdkevin opened this issue Jul 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@mmdkevin
Copy link

mmdkevin commented Jul 7, 2024

In this method, the number of TCP connections increases almost twice as normal!
This is one of the properties of this tunnel!
But why don't you use Mux? Or do you not add it?
that every 16 or n connections become 1 connection

@mmdkevin mmdkevin added the enhancement New feature or request label Jul 7, 2024
@rucciva
Copy link
Contributor

rucciva commented Oct 10, 2024

Hey @mmdkevin , what if rathole could use http2 bidirectional stream as transport? We could see that as a mux since one tcp connection could carry multiple http bidirectional stream. I'm planning to add this transport if its make sense #392

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

No branches or pull requests

2 participants