TCP::rcv_scale

Description

Returns the receive window scale advertised by the remote host.
Syntax

Syntax

TCP::rcv_scale

Return Value

The bitshift associated with the remote host window scale.

Examples

when CLIENT_ACCEPTED {
     # Log rcv_scale.
     log local0. "rcv_scale: [TCP::rcv_scale]"
 }