DropAll

data class DropAll(val direction: Direction = Direction.Both) : FaultProfile

Drop every frame in direction.

This is the canonical "partition" profile. A bidirectional partition is DropAll with Direction.Both. An asymmetric (one-way) loss is DropAll with Direction.Outbound or Direction.Inbound.

Constructors

Link copied to clipboard
constructor(direction: Direction = Direction.Both)

Properties

Link copied to clipboard