next servicepoint version #1

Merged
vinzenz merged 6 commits from next into main 2025-05-03 12:37:52 +02:00
Showing only changes of commit 2c40ec0ab1 - Show all commits

View file

@ -10,7 +10,7 @@ use std::{
}; };
use winit::event_loop::EventLoopProxy; use winit::event_loop::EventLoopProxy;
const BUF_SIZE: usize = 8985; const BUF_SIZE: usize = 8985 * 2;
#[derive(Debug)] #[derive(Debug)]
pub struct UdpServer<'t> { pub struct UdpServer<'t> {