TCP::proxybufferhigh

Description

This iRule command gets the proxy buffer high threshold, which is the threshold at which the proxy buffer stops accepting new data, in bytes.

Syntax

TCP::proxybufferhigh

Examples

when SERVER_CONNECTED {
    log local0.debug "[TCP::proxybufferhigh]"
}