ltm rule command TCP snd scaleΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

TCP::snd_scale
       Returns the receive window scale advertised by the local host.

SYNOPSIS
       TCP::snd_scale

DESCRIPTION
       Returns the receive window scale advertised by the local host.

       Syntax

       TCP::snd_scale

RETURN VALUE
       The bitshift associated with the local host window scale.

VALID DURING
       ANY_EVENT

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

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.0.0 --First introduced the command.

BIG-IP						      2020-06-23					     iRule(1)