mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 15:17:01 +02:00
By passing a 3rd argument it's now possible to set a randomness level according to which received packets will be replaced by one of the 20 previous ones. This happens in both directions and the buffer is common so that it's possible to receive responses on requests and conversely, which adds to the perturbation. E.g: ./dev/udp/udp-perturb 127.0.0.4:9443 127.0.0.4:8443 10 This will add 10% randomness on forwarded packets between these two ports. |
||
---|---|---|
.. | ||
udp-perturb.c |