mirror of
https://github.com/dndx/phantun.git
synced 2025-01-31 12:19:30 +08:00
6 lines
98 B
Rust
6 lines
98 B
Rust
use std::time::Duration;
|
|
|
|
pub mod utils;
|
|
|
|
pub const UDP_TTL: Duration = Duration::from_secs(180);
|