mirror of
https://github.com/dndx/phantun.git
synced 2025-09-10 01:07:28 +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);
|