p2p2 0.0.1

NAT Traversal for P2P communication
Documentation
1
2
3
4
5
6
7
struct HolePuncher {}

impl HolePuncher {
    pub fn new() -> Self {
        Self {}
    }
}