mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-02-05 13:29:58 +00:00
91ab126e22
Drop the 'unreliable' label from UDP. Delivery is not guaranteed, but delivery reliability largely depends on network context. Unreliable makes it sound more negative and error-prone than it is. We use UDP because and with the understanding that in most cases it is quite reliable, or reliable enough, rather than simply being unreliable. The point is that we use it for low-latency. Everything else is technical reasoning. Prefer short statement sentences over long comma sentences. 'an TLSv1 encrypted connection' -> 'a TLSv1 encrypted connection' Format message type name as inline code to indicate it being a "type" name. |
||
---|---|---|
.. | ||
build-instructions | ||
maintenance | ||
network-protocol | ||
plugins | ||
Accessibility.md | ||
AudioInputDebug.md | ||
ExtendingTheIceInterface.md | ||
IncrementingTheMumbleAPI.md | ||
MurmurLocking.md | ||
Profiling.md | ||
TheMumbleSourceCode.md |