LocalLB::ProfileOneConnect::LimitType

Introduced : BIG-IP_v11.6.0
An enum that encapsulates the connection limit limit types.

Members

Member

Value

Description

ONECONNECT_LIMIT_TYPE_UNKNOWN

0

The connection limit type is unknown (or is unsupported by iControl).

ONECONNECT_LIMIT_TYPE_NONE

1

Behaviour is as before, “connections” are counted toward the pool member limit based on whether they have active, in-flight, requests or responses.

ONECONNECT_LIMIT_TYPE_IDLE

2

If a client connection is accepted and we are at or above the TCP connection limit, a random idle connection will be dropped.

ONECONNECT_LIMIT_TYPE_STRICT

3

A hard TCP pool member connection limit is enforced. No attempt will be made to try to find a connection to reuse if at the TCP connection limit, EVEN IF ONE MIGHT BE AVAILABLE. This mode of operation is not recommended (though some customers find it useful with short idle connection timeouts).


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.