commit | 42cef2a18f198f992303d70b51d2e20b50feaf13 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 16 15:07:51 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 16 15:09:54 2022 +0100 |
tree | 2f0996c08f401232589b35eff054e027d93403fb | |
parent | 04d3c5cd1f5b960cca0c2d38ef547c790cf45920 [diff] |
DEV: udp: add support for random packet corruption -c sets a corruption rate in % of the packets. -o sets the start offset of the area to be corrupted. -w sets the length of the area to be corrupted. A single byte within that area will then be randomly XORed with a random value.