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.