TCP::naglemode

Description

Returns the Nagle mode of a TCP flow.
Syntax

Syntax

TCP::naglemode

Return Value

- enabled - disabled - auto

Examples

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