Rust UDP Traffic Generator

A CLI tool to generate UDP traffic based on Tokio framework.

``` ./udptrafficgenerator --help UDP TRAFFIC GENERATOR 0.1.0 Simple stress test for UDP Server

USAGE: udptrafficgenerator [OPTIONS] --destination

OPTIONS: -c, --connections Number of clients to simulate [default: 1] -d, --destination Server address as IP:PORT -h, --help Print help information -l, --length Payload size as bytes [default: 16] -p, --port Starting source port for clients [default: 8000] -r, --rate Defined as packets/sec [default: 1] -V, --version Print version information -w, --workers Number of worker threads for the Tokio runtime [default: #CPU core] ```