udp load test: set MAX_PACKET_SIZE to 8192

This commit is contained in:
Joakim Frostegård 2021-11-28 22:30:22 +01:00
parent e972903451
commit f068d86e0d

View file

@ -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,