batch recv for udp proxy (#552)

This commit is contained in:
Sijie.Sun
2025-01-07 23:52:18 +08:00
committed by GitHub
parent e016aeddeb
commit d2ec60e108
2 changed files with 67 additions and 44 deletions

View File

@@ -185,7 +185,7 @@ struct Cli {
#[arg(
long,
help = t!("core_clap.multi_thread").to_string(),
default_value = "false"
default_value = "true"
)]
multi_thread: bool,