DropSpecific

data class DropSpecific(val frameIndexes: Set<Int>, val direction: Direction = Direction.Both) : FaultProfile

Drop only the frames whose 0-based send index appears in frameIndexes.

Outbound index is tracked per-link across broadcast and sendTo calls. Inbound index is tracked per-link across received frames. Indexes outside frameIndexes are delivered normally.

Constructors

Link copied to clipboard
constructor(frameIndexes: Set<Int>, direction: Direction = Direction.Both)

Properties

Link copied to clipboard
Link copied to clipboard