TSHttpTxnClientPacketTosSet

Synopsis

#include <ts/ts.h>

TSReturnCode TSHttpTxnClientPacketTosSet(TSHttpTxn txnp, int tos)

Description

Change packet :arg:`tos` for the client side connection.

重要

Changes take effect immediately

注解

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