-
-
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. |
I don't think so but to make sure you could try whether using a default config file resolves the issue 🤔
In principle this sounds like a reasonable explanation. However, I would be surprised to see that a Mumble server can be DDoS'd by only 100 clients trying to connect. The only bottleneck that I can think of that might cause this would be the database connection as every client authentication will require at least one database call, which will block the TCP processing thread until it has completed. What database are you using?
This would fit the "authenticate-bottleneck" described above 🤔 |
As there has been no activity on this issue for a couple of days, we assume that your issue has been fixed in the meantime. If no further activity happens, this issue will be closed within 3 days. |
We use Docker https://github.com/mumble-voip/mumble-docker whatever db it uses we do to So i am assuming Default And i tried fixing the issue cz it was creating lot of issue then i Used this : https://github.com/AvarianKnight/ZUMBLE which basically eliminated the issue but sometime client will create these issues ^^^^^^^^^^ |
Okay, that means you're using an SQLite database.
Then this sounds like an issue that should be reported to the maintainers of Zumble. |
@Krzmbrzl So do you have recommendation which database i should use. |
SQLite would have been what I recommend 🤷 |
I used MUMBLE_CONFIG_SQLITE_WAL = 1 and it fixed the issue |
Oh okay, that's interesting. Thanks for reporting back! 👍 |
As there has been no activity on this issue for a couple of days, we assume that your issue has been fixed in the meantime. If no further activity happens, this issue will be closed within 3 days. |
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: