network: split out proxynat code

This commit is contained in:
Alex Zenla
2024-02-10 12:29:33 +00:00
parent d2f86afb7c
commit 8ee93c5752
3 changed files with 63 additions and 49 deletions

View File

@ -24,7 +24,6 @@ use tokio::sync::mpsc::Sender;
pub enum NatKeyProtocol {
Tcp,
Udp,
Ping,
}
#[derive(Debug, Copy, Clone, Eq, PartialEq, PartialOrd, Ord, Hash)]