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
@@ -134,4 +134,4 @@ impl ChaChaCipher {
pub fn split(self) -> (ChaChaStream, ChaChaStream) {
(self.rx, self.tx)
}
}
}