azlux / pymumble

Mumble client implementation in Python
GNU General Public License v3.0
129 stars 61 forks source link

Support for UDP Network statistics #107

Open mweinelt opened 3 years ago

mweinelt commented 3 years ago

Having support for UDP network statistics would make packet loss more clearly visible, currently there does not seem to be support for it, as the counters stay at zero.

azlux commented 3 years ago

Pymumble still not support UDP yet. So no UDP statistics for now. All voices is warp into the TCP session.

There are some work for the UDP implementation, but I'm currently quite stuck on it : https://github.com/azlux/pymumble/tree/test_udp