mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
http load test: add missing AnnounceRequest fields
This commit is contained in:
parent
85d89f53ca
commit
07bb75c298
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ fn create_announce_request(config: &Config, state: &LoadTestState, rng: &mut imp
|
||||||
numwant: None,
|
numwant: None,
|
||||||
compact: true,
|
compact: true,
|
||||||
port: rng.gen(),
|
port: rng.gen(),
|
||||||
|
bytes_uploaded: 0,
|
||||||
|
bytes_downloaded: 0,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue