Skip to content

Commit

Permalink
users/config: be more precise about trafficClass value
Browse files Browse the repository at this point in the history
Although described, it was not obvious to the author
what exact value needs to be specified. To improve this,
it was explicitly stated that it's about the respective
IPv4 and IPv6 header fields.

Additionally, users most likely want to specify a DSCP
value. To help in this case the required bit shift was
mentioned.
  • Loading branch information
kaueraal committed Apr 9, 2024
1 parent 0f3a66d commit 42fa827
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion users/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,10 @@ The ``options`` element contains all other global configuration options.

.. option:: options.trafficClass

Specify a type of service (TOS)/traffic class of outgoing packets.
Specify an IPv4 type of service (TOS)/IPv6 traffic class for outgoing
packets. To specify a differentiated services code point (DSCP) the value
must be bit shifted to the left by two to take the two least significant
ECN bits into account.

.. option:: options.stunServer
:aliases: options.stunServers
Expand Down

0 comments on commit 42fa827

Please sign in to comment.