phantun 0.8.1

Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.
Documentation
1
2
3
4
5
use std::time::Duration;

pub mod utils;

pub const UDP_TTL: Duration = Duration::from_secs(180);