-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
High TCP (Control )Ping but UDP ping Stable #6688
Comments
In cases where the Mumble TCP connection gets slow, do other TCP connections suffer from the same problem? I.e. is this problem even Mumble specific? If it is, have you had the server running with this amount of users on the given hardware before? It might be that it is indeed Mumble itself that can't keep up with processing TCP packets. That would normally depend on the compute power of the used hardware. |
Yes
Yes
yes
I have a really good Hardware where we are hosting this mumble server in docker We never had this issue ever
|
Well if TCP connectivity in general has a high ping, then this is very unlikely to be a Mumble issue. This sounds more like a general network issue then. Mumble does apply rate limiting but on a per-user basis, not globally across the server so this does not explain the issue you are seeing. To me it sounds that for some reason the TCP connectivity to your server suffersand as a consequence the ping gets so large that clients time out. Meanwhile, the general network connectivity of the server seems to remain good, given that UDP seems to be working. Side-Note: atm the statistics shown in Mumble are only meaningful if you haven't been connected to the server for too long in a row because the statistics are an average over the entire connection time. |
Is it my Mumble config? Because I have this Mumble behind the proxy, so everyone connects through the proxy. But when this issue happens, even if I try the main IP, it’s the same for every new or old user with high ping in TCP. These are my configs:
So, might I have to increase something? Because I think this issue only happens when everyone gets disconnected somehow and tries to reconnect. I assume it might be a DDoS on the server, as more than 100 people are trying to connect. What I’ve tried: Then, I decided to restart my FiveM server so everyone could connect one by one. After that, I didn’t even have to restart the Mumble server. Once everyone was disconnected and reconnecting slowly, the server was working fine. |
The issue
My Mumble server is suddenly facing an issue where all users keep disconnecting or continuously reconnecting. I am noticing high TCP ping, but the UDP connection remains stable. This problem affects all users.
Note : I run a FIVEM Server which which uses mumble for voice chat and i get almost like 220 player always playing so i am not able to figure out what the issue is cz there is no ddos
Mumble version
1.4.230
Mumble component
Server
OS
Linux
Additional information
Image have all the info my Client us 1.5.735
The text was updated successfully, but these errors were encountered: