TSHttpTxnServerPacketMarkSet

Change packet firewall mark for the server side connection.

Synopsis

#include <ts/ts.h>
TSReturnCode TSHttpTxnServerPacketMarkSet(TSHttpTxn txnp, int mark)

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

See Also