mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 06:38:32 -04:00
WIP with virtual sockets
This commit is contained in:
parent
f3976be852
commit
95f929c00b
4 changed files with 534 additions and 290 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue