BufferCeiling

data class BufferCeiling(val maxOutbound: Int) : FaultProfile

Allow at most maxOutbound total outbound frames (per-link lifetime).

The first maxOutbound sends are delivered normally. Every subsequent send is silently dropped (simulates tail-drop / send-quota exhaustion).

This is the outbound-only ceiling. Inbound is unaffected.

Constructors

Link copied to clipboard
constructor(maxOutbound: Int)

Properties

Link copied to clipboard