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

Multiple Connections on One Port Leads to Packet Drops #73

Open
Gilliam6 opened this issue Jun 11, 2024 · 0 comments
Open

Multiple Connections on One Port Leads to Packet Drops #73

Gilliam6 opened this issue Jun 11, 2024 · 0 comments

Comments

@Gilliam6
Copy link

I'm encountering an issue where multiple connections on a single port result in packet drops. Here are the details of my setup and observations:

Round Trip Time (RTT): Approximately 30 ms
Latency: 200 ms

When multiple streams are connected through a single socket, the quality of the connection degrades, leading to packet drops. For testing purposes, I opened multiple listening sockets with one connection to each, and it worked perfectly with zero packet drops.

Observations:

The bandwidth for each connection decreases as more streams are connected to the same socket.
The issue persists regardless of whether the socket is in blocking mode or not.

Any insights or suggestions would be greatly appreciated.

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

1 participant