mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
udp: remove glommio implementation
This commit is contained in:
parent
7b20942d0f
commit
4641dd29f2
22 changed files with 465 additions and 1202 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue