remove updates

This commit is contained in:
2026-04-05 22:51:11 +07:00
parent aa66d93dbf
commit 6b5f7b23d8
9 changed files with 197 additions and 187 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ use smoltcp::{
};
use tokio::sync::mpsc;
const TOKEN_BUFFER_LIST_MAX_SIZE: usize = 64;
const TOKEN_BUFFER_LIST_MAX_SIZE: usize = 1024;
static TOKEN_BUFFER_LIST: LazyLock<Mutex<Vec<BytesMut>>> = LazyLock::new(|| Mutex::new(Vec::new()));
pub static GLOBAL_RX_BYTES: AtomicU64 = AtomicU64::new(0);