Companion

object Companion

Properties

Link copied to clipboard
const val DEFAULT_CAPACITY: Int = 256

Generous default; revisit if a conformance test throttles on it.

Link copied to clipboard

Lossy: drops the oldest buffered frame instead of blocking. Models a radio/UDP fabric.

Link copied to clipboard

Lossless, ordered, backpressured — the contract-faithful default.

Link copied to clipboard

Strict: a full buffer throws FrameOverflow. For tests asserting no overflow.