phantun/
lib.rs

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