Skip to main content

Module qos

Module qos 

Source
Expand description

QoS admission policy for inbound and outbound network work.

The policy keeps HTTP clients, HTTP servers, and background network tasks inside explicit resource budgets before they can allocate unbounded work.

Structs§

QosDiagnosticsSnapshot
Current QoS usage plus cumulative admission and overload counters.
QosPermit
Admission permit that releases its QoS budget on drop.
QosPolicy
Bounded resource policy for network admission decisions.
QosPolicyError
QoS policy validation error.
QosRuntime
Runtime QoS counters used by inbound protocol adapters.
QosSnapshot
Point-in-time network resource usage for QoS decisions.

Enums§

AdmissionDecision
Result of a QoS admission check.
RejectReason
Reason attached to a rejected network operation.

Constants§

DEFAULT_MAX_CONNECTIONS
DEFAULT_MAX_IN_FLIGHT_REQUESTS
DEFAULT_MAX_QUEUE_DEPTH