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

@ -16,14 +16,12 @@ futures = { workspace = true }
libc = { workspace = true }
udp-stream = { workspace = true }
smoltcp = { workspace = true }
etherparse = { workspace = true }
async-trait = { workspace = true }
[dependencies.advmac]
path = "../libs/advmac"
[dependencies.ipstack]
path = "../libs/ipstack"
features = ["log"]
[lib]
path = "src/lib.rs"