LocalLB::RateClass::QueueType

Introduced : BIG-IP_v9.0
Queueing method types

Members

Member

Value

Description

QUEUE_NONE

0

Invalid state.

QUEUE_STOCHASTIC_FAIR

1

Queueing method where traffic is split among many queues, hashed by the connection information, so that traffic from the same connection is always stored in the same queue. Traffic is dequeued in a round-robin fashion. The net effect is fairness across connections, i.e., one connection cannot “hog” the queue at the expense of another.

QUEUE_PRIORITY_FIFO

2

Queueing method where all traffic is stored under a set of five queues based on the Type of Service (ToS) field of the traffic (or its lack). These queues are processed to preserve the meaning of the ToS value as much as possible. For example, in dequeueing, a Minimum Cost packet might yield to a Minimum Delay packet.

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.