summaryrefslogtreecommitdiff
path: root/dev/udp
Commit message (Expand)AuthorAgeFilesLines
* MINOR: dev/udp: Apply the corruption to both directionsFrédéric Lécaille2022-09-081-7/+15
* BUG/MINOR: dev/udp: properly preset the rx address sizeWilly Tarreau2022-08-311-1/+2
* DEV: udp: add support for random packet corruptionWilly Tarreau2022-03-161-1/+24
* DEV: udp: switch parser to getopt() instead of positional argumentsWilly Tarreau2022-03-161-10/+33
* DEV: udp: add an optional argument to set the prng seedWilly Tarreau2022-03-031-1/+4
* DEV: udp: implement pseudo-random reordering/lossWilly Tarreau2022-03-031-5/+80
* DEV: udp: add a tiny UDP proxy for testingWilly Tarreau2022-03-031-0/+394