udp: remove glommio implementation

This commit is contained in:
Joakim Frostegård 2021-11-14 21:59:06 +01:00
parent 7b20942d0f
commit 4641dd29f2
22 changed files with 465 additions and 1202 deletions

3
Cargo.lock generated
View file

@ -182,8 +182,6 @@ dependencies = [
"bytemuck",
"cfg-if",
"crossbeam-channel",
"futures-lite",
"glommio",
"hex",
"histogram",
"io-uring",
@ -208,6 +206,7 @@ dependencies = [
"anyhow",
"aquatic_cli_helpers",
"aquatic_udp",
"aquatic_udp_protocol",
"crossbeam-channel",
"indicatif",
"mimalloc",