WIP - Use a UNIX stream socket rather than TCP for local bus communications.

This commit is contained in:
Herbert Wolverson
2023-01-18 21:21:42 +00:00
parent 0d81df6031
commit 6c52fceb7f
18 changed files with 236 additions and 265 deletions

10
src/rust/Cargo.lock generated
View File

@@ -253,6 +253,15 @@ version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
[[package]]
name = "bus_benchmark"
version = "0.1.0"
dependencies = [
"anyhow",
"lqos_bus",
"tokio",
]
[[package]]
name = "byteorder"
version = "1.4.3"
@@ -1278,6 +1287,7 @@ dependencies = [
"cc",
"lqos_config",
"serde",
"tokio",
]
[[package]]