update connection quality speed

This commit is contained in:
2026-04-03 19:34:03 +07:00
parent 2db4ba1e9d
commit 1ab28cefcf
7 changed files with 63 additions and 30 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ async fn main() -> anyhow::Result<()> {
let config = EngineConfig::new(&remote_address)
.with_cache_path(".")
.with_mtu(1500);
.with_mtu(1380);
NetworkConfig::init_global(config.mtu);