TSHttpTxnClientPacketTosSet

概要

#include <ts/ts.h>
TSReturnCode TSHttpTxnClientPacketTosSet(TSHttpTxn txnp, int tos)

解説

Change packet 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.

参照