concurrent read write loop working

relies on timeouts. Write to Networks doesn't work yet
This commit is contained in:
Jett Chen 2023-11-28 22:05:31 +08:00
parent 73b3136597
commit 4dd31d5f1e
7 changed files with 121 additions and 51 deletions

6
Cargo.lock generated
View file

@ -283,6 +283,7 @@ dependencies = [
"tracing-oslog",
"tracing-subscriber",
"tun",
"uuid",
"x25519-dalek",
]
@ -2288,10 +2289,11 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "1.4.0"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560"
dependencies = [
"getrandom",
"serde",
]