bencher: udp: support chihaya, improve error handling, update sets

This commit is contained in:
Joakim Frostegård 2023-12-28 20:02:46 +01:00
parent af45feb911
commit 0c500ec4f0
6 changed files with 211 additions and 25 deletions

View file

@ -25,7 +25,7 @@ struct Args {
#[derive(Subcommand)]
enum Command {
/// Benchmark UDP BitTorrent trackers aquatic_udp and opentracker
/// Benchmark UDP BitTorrent trackers aquatic_udp, opentracker and chihaya
#[cfg(feature = "udp")]
Udp(protocols::udp::UdpCommand),
}