udp: store torrents with few peers without an extra heap alloc

This commit is contained in:
Joakim Frostegård 2024-01-20 09:40:09 +01:00
parent d8bd964a57
commit e77c9f46e7
4 changed files with 269 additions and 138 deletions

1
Cargo.lock generated
View file

@ -293,6 +293,7 @@ dependencies = [
"aquatic_common",
"aquatic_toml_config",
"aquatic_udp_protocol",
"arrayvec",
"blake3",
"cfg-if",
"compact_str",