maybe working channels size

This commit is contained in:
2026-03-21 20:43:23 +07:00
parent e39fa755db
commit af5ab22712
7 changed files with 13 additions and 12 deletions
+3
View File
@@ -3,3 +3,6 @@ pub mod connection;
pub mod engine;
pub mod handler;
pub mod muxer;
pub const BUF_SIZE: usize = 65536;
pub const CHANNEL_SIZE: usize = 16;