network: start work on NAT implementation

This commit is contained in:
Alex Zenla
2024-02-09 13:06:00 +00:00
parent e8a3eba57d
commit 360506bbdd
18 changed files with 483 additions and 1993 deletions

View File

@ -9,6 +9,9 @@ use tokio::time::sleep;
use crate::backend::NetworkBackend;
mod backend;
mod chandev;
mod nat;
mod proxynat;
mod raw_socket;
pub struct NetworkService {