mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
udp load test: run cargo fmt
This commit is contained in:
parent
fc6f3c299e
commit
71a093dcec
4 changed files with 9 additions and 5 deletions
|
|
@ -128,7 +128,12 @@ pub fn run_worker_thread(
|
|||
|
||||
let additional_request = create_connect_request(generate_transaction_id(&mut rng));
|
||||
|
||||
send_request(&mut socket, &mut buffer, &mut statistics, additional_request);
|
||||
send_request(
|
||||
&mut socket,
|
||||
&mut buffer,
|
||||
&mut statistics,
|
||||
additional_request,
|
||||
);
|
||||
|
||||
update_shared_statistics(&state, &mut statistics);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue