aquatic/crates
Joakim Frostegård b527af7195 udp: distribute announce swarm responses among socket workers
They don't have to be sent from the same worker that received the
request, so we can decrease performance loss from underutilized
threads this way.
2024-01-01 14:13:30 +01:00
..
bencher bencher: add note in run.rs about stats for multiple threads 2023-12-30 19:32:09 +01:00
combined_binary Move all crates to new crates dir 2023-10-18 23:53:41 +02:00
common Add aquatic_load_tester: multi-run multi-implementation load tests 2023-12-17 21:59:18 +01:00
http http: split swarm worker module into submodules 2023-11-18 00:29:15 +01:00
http_load_test http: allow disabling TLS, allow reverse proxies, general fixes 2023-11-17 18:16:29 +01:00
http_protocol http: allow disabling TLS, allow reverse proxies, general fixes 2023-11-17 18:16:29 +01:00
peer_id use zerocopy in udp protocol, easy running transfer CI locally 2023-12-02 12:24:41 +01:00
toml_config Move all crates to new crates dir 2023-10-18 23:53:41 +02:00
toml_config_derive Move all crates to new crates dir 2023-10-18 23:53:41 +02:00
udp udp: distribute announce swarm responses among socket workers 2024-01-01 14:13:30 +01:00
udp_load_test Add aquatic_load_tester: multi-run multi-implementation load tests 2023-12-17 21:59:18 +01:00
udp_protocol udp: reuse response channel mem, add backpressure, faster peer extract 2023-12-10 12:07:38 +01:00
ws Update README 2023-12-27 19:08:00 +01:00
ws_load_test ws: refactor, bug fixes, improvements (#155) 2023-11-09 18:06:21 +01:00
ws_protocol ws: refactor, bug fixes, improvements (#155) 2023-11-09 18:06:21 +01:00