6 lines
98 B
Rust
Raw Normal View History

use std::time::Duration;
pub mod utils;
pub const UDP_TTL: Duration = Duration::from_secs(180);