TCP::push_flag

Description

This command can be used to set/get the PUSH flag mode of a TCP connection.

Syntax

TCP::push_flag [<default|none|one|auto>]
  • Returns the PUSH flag mode of a TCP connection.

TCP::push_flag <default>

  • Sets the PUSH flag mode of a TCP connection to default.

TCP::push_flag <none>

  • Sets the PUSH flag mode of a TCP connection to none.

TCP::push_flag <one>

  • Sets the PUSH flag mode of a TCP connection to one.

TCP::push_flag <auto>

  • Sets the PUSH flag mode of a TCP connection to auto. ===Examples===

when CLIENT_ACCEPTED {
  log local0. "TCP set PUSH flag mode: [TCP::push_flag auto]"
  log local0. "TCP get PUSH flag more: [TCP::push_flag]"
 }