mumble-voip/mumble

Add an option to selectively allow UDP in either sending or receiving

Offen

#5.517 geöffnet am 23.01.2022

 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)C++ (1.062 Forks)batch import
clientfeature-requestgood first issue

Repository-Metriken

Stars
 (5.642 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Context

#4881

I'm operating a worldwide server and there are unique connectivity issue in different regions. I want to ensure that users have best voice quality while under connection budget, and that involves different settings for different regions.

Description

I need to have individual switches that controls the inbound and outbound UDP connections.

Mumble component

Client

OS-specific?

No

Additional information

There might be ways to automatically detect this but I have seen the connection detail of a few users having issue and the UDP packet statistics does not show large drops. Having individual switches helps make the situation more manageable.

Or it's better if we can let server decide this via the IP address of the user or other measures.

Contributor Guide