mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
rename aquatic to aquatic_udp, same for bench and load test crates
This commit is contained in:
parent
f614bab03d
commit
1b8d74e26d
35 changed files with 53 additions and 53 deletions
|
|
@ -5,7 +5,7 @@ use hashbrown::HashMap;
|
|||
use parking_lot::MutexGuard;
|
||||
use rand::{Rng, SeedableRng, rngs::SmallRng};
|
||||
|
||||
use aquatic::handlers::{extract_response_peers};
|
||||
use aquatic_udp::handlers::extract_response_peers;
|
||||
|
||||
use crate::common::*;
|
||||
use crate::protocol::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue