aquatic_udp: mio: update access list on SIGHUP instead of regularly

This commit is contained in:
Joakim Frostegård 2021-11-02 20:32:13 +01:00
parent e332ac3052
commit d922e5e680
5 changed files with 92 additions and 46 deletions

View file

@ -34,6 +34,7 @@ mimalloc = { version = "0.1", default-features = false }
parking_lot = "0.11"
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }
# mio
crossbeam-channel = { version = "0.5", optional = true }