Skip to content

Commit

Permalink
docs: Cross-reference packet mark and TOS/DSCP field API and configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
jablko committed Aug 11, 2014
1 parent 8ec35f2 commit d752e57
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 20 deletions.
6 changes: 6 additions & 0 deletions doc/reference/api/TSHttpTxnClientPacketMarkSet.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ Description
.. note::
The change takes effect immediately
See Also
--------
:ts:cv:`proxy.config.net.sock_packet_mark_in` and TS-1090
6 changes: 6 additions & 0 deletions doc/reference/api/TSHttpTxnClientPacketTosSet.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ Description
TOS is deprecated and replaced by DSCP, this is still used to set
DSCP however the first 2 bits of this value will be ignored as they
now belong to the ECN field.
See Also
--------
:ts:cv:`proxy.config.net.sock_packet_tos_in` and TS-1090
6 changes: 6 additions & 0 deletions doc/reference/api/TSHttpTxnServerPacketMarkSet.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ Description
The change takes effect immediately, if no OS connection has been
made, then this sets the mark that will be used IF an OS connection
is established
See Also
--------
:ts:cv:`proxy.config.net.sock_packet_mark_out` and TS-1090
6 changes: 6 additions & 0 deletions doc/reference/api/TSHttpTxnServerPacketTosSet.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ Description
TOS is deprecated and replaced by DSCP, this is still used to set
DSCP however the first 2 bits of this value will be ignored as they
now belong to the ECN field.
See Also
--------
:ts:cv:`proxy.config.net.sock_packet_tos_out` and TS-1090
24 changes: 4 additions & 20 deletions doc/reference/configuration/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2380,44 +2380,28 @@ Sockets
Set the packet mark on traffic destined for the client
(the packets that make up a client response).

.. seealso::

:c:func:`TSHttpTxnClientPacketMarkSet`

TS-1090
.. seealso:: :c:func:`TSHttpTxnClientPacketMarkSet` and TS-1090

.. ts:cv:: CONFIG proxy.config.net.sock_packet_mark_out INT 0x0
Set the packet mark on traffic destined for the origin
(the packets that make up an origin request).

.. seealso::

:c:func:`TSHttpTxnServerPacketMarkSet`

TS-1090
.. seealso:: :c:func:`TSHttpTxnServerPacketMarkSet` and TS-1090

.. ts:cv:: CONFIG proxy.config.net.sock_packet_tos_in INT 0x0
Set the TOS/DSCP field on packets sent to the client
(the packets that make up a client response).

.. seealso::

:c:func:`TSHttpTxnClientPacketTosSet`

TS-1090
.. seealso:: :c:func:`TSHttpTxnClientPacketTosSet` and TS-1090

.. ts:cv:: CONFIG proxy.config.net.sock_packet_tos_out INT 0x0
Set the TOS/DSCP field on packets sent to the origin
(the packets that make up an origin request).

.. seealso::

:c:func:`TSHttpTxnServerPacketTosSet`

TS-1090
.. seealso:: :c:func:`TSHttpTxnServerPacketTosSet` and TS-1090

.. ts:cv:: CONFIG proxy.config.net.poll_timeout INT 10 (or 30 on Solaris)
Expand Down

0 comments on commit d752e57

Please sign in to comment.