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

High TCP (Control )Ping but UDP ping Stable #6688

Open
ravicant opened this issue Jan 9, 2025 · 3 comments
Open

High TCP (Control )Ping but UDP ping Stable #6688

ravicant opened this issue Jan 9, 2025 · 3 comments
Labels

Comments

@ravicant
Copy link

ravicant commented Jan 9, 2025

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
image

Mumble version

1.4.230

Mumble component

Server

OS

Linux

Additional information

Image have all the info my Client us 1.5.735
image

@Krzmbrzl
Copy link
Member

Krzmbrzl commented Jan 9, 2025

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.

@ravicant
Copy link
Author

ravicant commented Jan 9, 2025

In cases where the Mumble TCP connection gets slow, do other TCP connections suffer from the same problem?

Yes

is this problem even Mumble specific?

Yes

have you had the server running with this amount of users on the given hardware before?

yes

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.

I have a really good Hardware where we are hosting this mumble server in docker
SPecs :
Intel(R) Xeon(R) E-2386G CPU @ 3.50GHz 12 Cores
Ram : 64gb
1gbps up and down

We never had this issue ever

  • I think its happening cz when 200 people getting disconnected together and trying to connect again mumble ratelimiting?

@Krzmbrzl
Copy link
Member

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.

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

No branches or pull requests

2 participants