mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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 request_gen::process_response;
|
||||
|
||||
const MAX_PACKET_SIZE: usize = 4096;
|
||||
const MAX_PACKET_SIZE: usize = 8192;
|
||||
|
||||
pub fn run_worker_thread(
|
||||
state: LoadTestState,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue