mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
udp load test: set MAX_PACKET_SIZE to 8192
This commit is contained in:
parent
e972903451
commit
f068d86e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ use crate::config::Config;
|
||||||
use crate::{common::*, utils::*};
|
use crate::{common::*, utils::*};
|
||||||
use request_gen::process_response;
|
use request_gen::process_response;
|
||||||
|
|
||||||
const MAX_PACKET_SIZE: usize = 4096;
|
const MAX_PACKET_SIZE: usize = 8192;
|
||||||
|
|
||||||
pub fn run_worker_thread(
|
pub fn run_worker_thread(
|
||||||
state: LoadTestState,
|
state: LoadTestState,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue