aquatic_udp: glommio: setup timer to update peer_valid_until

This commit is contained in:
Joakim Frostegård 2021-10-23 12:25:18 +02:00
parent 184a2c291b
commit 1dcc48ee67
2 changed files with 13 additions and 4 deletions

View file

@ -15,6 +15,7 @@ path = "src/lib/lib.rs"
name = "aquatic_udp"
[features]
default = ["with-glommio"]
with-glommio = ["glommio", "futures-lite"]
[dependencies]