mirror of
https://github.com/dndx/phantun.git
synced 2025-11-01 18:35:39 +08:00
style(phantun) refactor out common functions and constants
This commit is contained in:
5
phantun/src/lib.rs
Normal file
5
phantun/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use std::time::Duration;
|
||||
|
||||
pub mod utils;
|
||||
|
||||
pub const UDP_TTL: Duration = Duration::from_secs(180);
|
||||
Reference in New Issue
Block a user