connection changes and buffers changes

This commit is contained in:
2026-03-20 18:26:00 +07:00
parent b258db671b
commit 770ce7c63e
4 changed files with 97 additions and 42 deletions
+2
View File
@@ -2,3 +2,5 @@ pub mod dns;
pub mod ip_store;
pub mod tcp_connection;
pub mod udp_connection;
pub const CHANNEL_CAPACITY: usize = 2048;