udp: remove unused config var max_requests_per_iter

This commit is contained in:
Joakim Frostegård 2021-11-16 23:09:13 +01:00
parent 7afaa2702a
commit 5ef0935c97
4 changed files with 2 additions and 12 deletions

View file

@ -59,7 +59,6 @@ pub fn run(bench_config: BenchConfig) -> ::anyhow::Result<()> {
let a = announce::bench_announce_handler(
&bench_config,
&aquatic_config,
&request_sender,
&response_receiver,
&mut rng,
@ -68,7 +67,6 @@ pub fn run(bench_config: BenchConfig) -> ::anyhow::Result<()> {
let s = scrape::bench_scrape_handler(
&bench_config,
&aquatic_config,
&request_sender,
&response_receiver,
&mut rng,