refactor: update tunnel MTU, optimize Frame parsing, and improve connection stability

This commit is contained in:
2026-06-02 16:26:02 +07:00
parent 3d26c73ee7
commit 6cd4d001ad
32 changed files with 1020 additions and 671 deletions
+1 -1
View File
@@ -159,4 +159,4 @@ impl TlsBridge {
pub fn pack_app_data(buffer: Bytes) -> Bytes {
TlsRecord::build_application_data(buffer)
}
}
}