Files
netjaileRS/src/namespace/consts.rs
2024-08-25 21:34:18 +02:00

4 lines
139 B
Rust

pub const NET_NS_DIR:&str = "/var/run/netns";
pub const PROC_NS_DIR:&str = "/proc/self/ns/net";
pub const STACK_SIZE: usize = 1024 * 1024;