added partial functionality for endpoints

This commit is contained in:
DJMrTV 2025-01-19 15:56:36 +01:00
commit 8aa1fa98d9
6 changed files with 80 additions and 15 deletions

View file

@ -1,4 +1,5 @@
pub mod packet;
pub mod server;
mod endpoint;
mod auth_module;
mod auth_module;
mod sockaddr;