On Sun, Jan 11, 2015 at 11:43 PM, Andy Bradford <[email protected]>
wrote:

> I can  set up all  kind of  QoS on my  firewall, but most  devices don't
> allow  one  to  request  random  and  routine  packet  loss  and  actual
> connection resets (e.g. TCP/IP RST packets) as part of the QoS settings.
> ;-)


Just setup a simple TCP proxy that randomly corrupts the data stream. A
possible code base for such a proxy would be ssltunnel. Strip out the
crypto stuff and replace that a pass-through that randomly drops blocks of
bytes from the stream. (Or, might be easier to create one from scratch.)
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to