1 2 3 4 5
use std::time::Duration; pub mod utils; pub const UDP_TTL: Duration = Duration::from_secs(180);