Commit Graph

5 Commits

Author SHA1 Message Date
Jan Klass
37aa66b19b DOCS(dev): Improve wording and formatting of network protocol docs
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.
2025-02-01 14:52:19 +01:00
Jan Klass
809b7af0ca DOCS(dev): Convert footnotes 2025-01-26 13:54:23 +01:00
Jan Klass
69bec3274d DOCS(dev): Convert image refs 2025-01-26 13:24:58 +01:00
Jan Klass
24d71a3cc6 DOCS(dev): Convert headlines 2025-01-26 13:24:57 +01:00
Jan Klass
989329292f DOCS(dev): Rename rst files to md
This is done as a separate commit to retain Git change file history association. (Git does not store renames. It assumes renames according to content similarity.)
2025-01-26 13:24:57 +01:00