http load test: add missing AnnounceRequest fields

This commit is contained in:
Joakim Frostegård 2022-04-03 16:59:01 +02:00
parent 85d89f53ca
commit 07bb75c298

View file

@ -48,6 +48,8 @@ fn create_announce_request(config: &Config, state: &LoadTestState, rng: &mut imp
numwant: None,
compact: true,
port: rng.gen(),
bytes_uploaded: 0,
bytes_downloaded: 0,
})
}