WIP with virtual sockets

This commit is contained in:
Aram 🍐 2021-10-11 23:24:56 -04:00
parent f3976be852
commit 95f929c00b
4 changed files with 534 additions and 290 deletions

View file

@ -11,5 +11,5 @@ clap = { version = "2.33", default-features = false, features = ["suggestions"]
log = "0.4"
pretty_env_logger = "0.3"
anyhow = "1"
smoltcp = "0.7.5"
packet = "0.1.4"
crossbeam-channel = "0.5"
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", branch = "master" }