Skip to content

Commit

Permalink
DOCS(dev): Fix UTP to TCP ref
Browse files Browse the repository at this point in the history
The cross-document reference apparently worked on readthedocs (our previous docs), but does not work on GitHub.

The cross-document figure reference is replaced with a file reference.
  • Loading branch information
Kissaki committed Jan 26, 2025
1 parent d1fc033 commit 2aaae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/network-protocol/voice_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Tunneling audio over TCP

If the UDP channel isn't available the voice packets can be transmitted through
the TCP transport used for the control channel. These messages use the normal
TCP prefixing, as shown in figure :ref:`mumble-packet`: 16-bit message type
TCP prefixing, as shown in `Protocol Stack TCP <protocol_stack_tcp.rst>`_: 16-bit message type
followed by 32-bit message length. However unlike other TCP messages, the audio
packets are not encoded as protocol buffer messages but instead the raw audio
packet described in `Packet format`_ should be written to the TCP socket
Expand Down

0 comments on commit 2aaae8c

Please sign in to comment.