TCP::naglestate

Description

If the Nagle mode is “enabled” or “disabled”, it returns that mode. If “auto”, it returns the current selection of the autotuning.

Syntax

TCP::naglestate

Return Value

The string “disabled” or “enabled”

Examples

# Get the TCP Nagle state of the TCP flow.
 when CLIENT_ACCEPTED {
     log local0. "TCP Nagle state: [TCP::naglestate]"
 }