You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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:
Any insights or suggestions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: