TCP::rcv_size

Description

TCP configuration limits the advertised received window to control the memory impact of any single connection.
Syntax

Syntax

TCP::rcv_size

Return Value

The maximum receive window in bytes.

Examples

when CLIENT_ACCEPTED {
     # Get BIGIP's receive window size.
     log local0. "BIGIP's rcv wnd size: [TCP::rcv_size]"
 }
 when CLIENT_CLOSED {
     # Get BIGIP's receive window size.
     log local0. "BIGIP's rcv wnd size: [TCP::rcv_size]"
 }