mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp load test: fix typo
This commit is contained in:
parent
d8bdcfcf0a
commit
6eb3195d62
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@ impl Worker {
|
|||
}
|
||||
|
||||
fn run_inner(&mut self) {
|
||||
let connection_id = self.aquire_connection_id();
|
||||
let connection_id = self.acquire_connection_id();
|
||||
|
||||
let mut requests_sent = 0usize;
|
||||
let mut responses_received = 0usize;
|
||||
|
|
@ -125,7 +125,7 @@ impl Worker {
|
|||
}
|
||||
}
|
||||
|
||||
fn aquire_connection_id(&mut self) -> ConnectionId {
|
||||
fn acquire_connection_id(&mut self) -> ConnectionId {
|
||||
loop {
|
||||
self.send_connect_request(0, u32::MAX);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue