mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Extends the bus to include a "reload lqosd" command that reloads the tunables and queue frequency in real-time, without requiring a bridge restart.
18 lines
291 B
TOML
18 lines
291 B
TOML
[package]
|
|
name = "lqos_bus"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = ["equinix_tests"]
|
|
equinix_tests = []
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bincode = "1"
|
|
anyhow = "1"
|
|
lqos_config = { path = "../lqos_config" }
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|