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§
- QosDiagnostics
Snapshot - 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.
- QosPolicy
Error - QoS policy validation error.
- QosRuntime
- Runtime QoS counters used by inbound protocol adapters.
- QosSnapshot
- Point-in-time network resource usage for QoS decisions.
Enums§
- Admission
Decision - Result of a QoS admission check.
- Reject
Reason - Reason attached to a rejected network operation.