Repository: trafficserver Updated Branches: refs/heads/master 8ec35f2c7 -> d752e57f7
docs: Cross-reference packet mark and TOS/DSCP field API and configuration Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d752e57f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d752e57f Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d752e57f Branch: refs/heads/master Commit: d752e57f782ce8f3bcafb6f69b104d583de360a7 Parents: 8ec35f2 Author: Jack Bates <[email protected]> Authored: Mon Aug 11 10:47:04 2014 -0700 Committer: Jack Bates <[email protected]> Committed: Mon Aug 11 10:47:04 2014 -0700 ---------------------------------------------------------------------- .../api/TSHttpTxnClientPacketMarkSet.en.rst | 6 +++++ .../api/TSHttpTxnClientPacketTosSet.en.rst | 6 +++++ .../api/TSHttpTxnServerPacketMarkSet.en.rst | 6 +++++ .../api/TSHttpTxnServerPacketTosSet.en.rst | 6 +++++ .../configuration/records.config.en.rst | 24 ++++---------------- 5 files changed, 28 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d752e57f/doc/reference/api/TSHttpTxnClientPacketMarkSet.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSHttpTxnClientPacketMarkSet.en.rst b/doc/reference/api/TSHttpTxnClientPacketMarkSet.en.rst index fb49c08..8c70b42 100644 --- a/doc/reference/api/TSHttpTxnClientPacketMarkSet.en.rst +++ b/doc/reference/api/TSHttpTxnClientPacketMarkSet.en.rst @@ -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 http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d752e57f/doc/reference/api/TSHttpTxnClientPacketTosSet.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSHttpTxnClientPacketTosSet.en.rst b/doc/reference/api/TSHttpTxnClientPacketTosSet.en.rst index 0d4626e..a8553d9 100644 --- a/doc/reference/api/TSHttpTxnClientPacketTosSet.en.rst +++ b/doc/reference/api/TSHttpTxnClientPacketTosSet.en.rst @@ -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 http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d752e57f/doc/reference/api/TSHttpTxnServerPacketMarkSet.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSHttpTxnServerPacketMarkSet.en.rst b/doc/reference/api/TSHttpTxnServerPacketMarkSet.en.rst index 2a68f6b..de1ace9 100644 --- a/doc/reference/api/TSHttpTxnServerPacketMarkSet.en.rst +++ b/doc/reference/api/TSHttpTxnServerPacketMarkSet.en.rst @@ -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 http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d752e57f/doc/reference/api/TSHttpTxnServerPacketTosSet.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/api/TSHttpTxnServerPacketTosSet.en.rst b/doc/reference/api/TSHttpTxnServerPacketTosSet.en.rst index d883abe..91ddf3b 100644 --- a/doc/reference/api/TSHttpTxnServerPacketTosSet.en.rst +++ b/doc/reference/api/TSHttpTxnServerPacketTosSet.en.rst @@ -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 http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d752e57f/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 217a8d4..3bd3366 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -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)
