rest of previous commit

This commit is contained in:
2025-07-27 20:50:33 +02:00
parent 49e3aa1a3a
commit 0235de2896
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use rayon::prelude::*;
use std::sync::Arc;
use std::u8;
pub async fn handle_request(
mut buf: [u8; BUFFER_SIZE],
buf: [u8; BUFFER_SIZE],
socket: std::sync::Arc<std::net::UdpSocket>,
src: core::net::SocketAddr,
data_len: usize,