Justin Erenkrantz wrote on Thu, Jun 14, 2012 at 15:52:17 +0200:
> It was a good way of capturing some of the more subtle race conditions
> that we've never triggered reliably elsewhere. -- justin
I know pf(4) on openbsd has some specific "Be unreliable" options.
Would they be useful for this?
For example, from pf.conf(5) on freebsd:
probability <number>
A probability attribute can be attached to a rule, with a value set
between 0 and 1, bounds not included. In that case, the rule will
be honoured using the given probability value only. For example,
the following rule will drop 20% of incoming ICMP packets:
block in proto icmp probability 20%