mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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,
|
||||
compact: true,
|
||||
port: rng.gen(),
|
||||
bytes_uploaded: 0,
|
||||
bytes_downloaded: 0,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue