aquatic_udp: use socket2 instead of net2

This commit is contained in:
Joakim Frostegård 2020-05-25 18:33:07 +02:00
parent 1ec4745f45
commit 96991562e3
3 changed files with 13 additions and 16 deletions

View file

@ -23,11 +23,11 @@ histogram = "0.6"
indexmap = "1"
mimalloc = { version = "0.1", default-features = false }
mio = { version = "0.7", features = ["udp", "os-poll", "os-util"] }
net2 = "0.2"
parking_lot = "0.10"
privdrop = "0.3"
rand = { version = "0.7", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
socket2 = { version = "0.3", features = ["reuseport"] }
[dev-dependencies]
quickcheck = "0.9"