logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSHttpTxnServerPacketTosSet - change packet TOS for the server side connection

Description

NOTE:
          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

          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.

Name

       TSHttpTxnServerPacketTosSet - change packet TOS for the server side connection

See Also

Synopsis

          #include <ts/ts.h>

       TSReturnCodeTSHttpTxnServerPacketTosSet(TSHttpTxntxnp,inttos)

See Also