Repository: trafficserver Updated Branches: refs/heads/master 4a41b205f -> 651ccded8
docs: Add proxy.config.net.sock_packet_mark_in, proxy.config.net.sock_packet_mark_out, proxy.config.net.sock_packet_tos_in, and proxy.config.net.sock_packet_tos_out to records.config reference Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/651ccded Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/651ccded Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/651ccded Branch: refs/heads/master Commit: 651ccded85caac52c770a592b930bf4b7a17df16 Parents: 4a41b20 Author: Jack Bates <[email protected]> Authored: Sat Aug 9 15:38:03 2014 -0700 Committer: Jack Bates <[email protected]> Committed: Sat Aug 9 15:38:03 2014 -0700 ---------------------------------------------------------------------- .../configuration/records.config.en.rst | 44 ++++++++++++++++++++ 1 file changed, 44 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/651ccded/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 01770ae..217a8d4 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -2375,6 +2375,50 @@ Sockets Same as the command line option ``--accept_mss`` that sets the MSS for all incoming requests. +.. ts:cv:: CONFIG proxy.config.net.sock_packet_mark_in INT 0x0 + + Set the packet mark on traffic destined for the client + (the packets that make up a client response). + + .. seealso:: + + :c:func:`TSHttpTxnClientPacketMarkSet` + + 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 + +.. 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 + +.. 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 + .. ts:cv:: CONFIG proxy.config.net.poll_timeout INT 10 (or 30 on Solaris) Same as the command line option ``--poll_timeout``, or ``-t``, which
