WIP: aquatic_udp: glommio: work on handling scrape requests

This commit is contained in:
Joakim Frostegård 2021-10-23 14:05:54 +02:00
parent d0be89388c
commit 08920fce5f
11 changed files with 183 additions and 126 deletions

View file

@ -11,7 +11,7 @@ pub use aquatic_udp_protocol::*;
use crate::config::Config;
pub mod announce;
pub mod handlers;
pub mod network;
pub const MAX_PACKET_SIZE: usize = 4096;