network: don't block icmp proxies on ping awaits

This commit is contained in:
Alex Zenla
2024-02-12 16:11:29 +00:00
parent 59bdd8d80d
commit ddeab7610d
4 changed files with 132 additions and 84 deletions

View File

@ -50,7 +50,7 @@ impl Display for NatKey {
}
}
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct NatHandlerContext {
pub mtu: usize,
pub key: NatKey,