mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
udp load test: move config to own file, clean up imports
This commit is contained in:
parent
eb511c3a4c
commit
fc6f3c299e
8 changed files with 129 additions and 125 deletions
|
|
@ -8,11 +8,13 @@ use aquatic_common::cpu_pinning::{pin_current_if_configured_to, WorkerIndex};
|
|||
use rand_distr::Pareto;
|
||||
|
||||
mod common;
|
||||
mod config;
|
||||
mod handler;
|
||||
mod network;
|
||||
mod utils;
|
||||
|
||||
use common::*;
|
||||
use config::Config;
|
||||
use network::*;
|
||||
use utils::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue