aquatic/crates/ws_load_test/src
Joakim Frostegård fe5ccf6646
ws: refactor, bug fixes, improvements (#155)
- split swarm worker into two modules
- split socket worker into two modules
- keep track of which offers peers have sent and only allow matching
answers
- always clean up after closing connection
- use channel for telling connections to close
- move some logic into new ConnectionRunner struct
- use slotmap for connection reference storage
- fix double counting of error responses
- actually close connections that take too long to send responses to
- remove announced_info_hashes entry on AnnounceEvent::Stopped
2023-11-09 18:06:21 +01:00
..
common.rs Move all crates to new crates dir 2023-10-18 23:53:41 +02:00
config.rs Move all crates to new crates dir 2023-10-18 23:53:41 +02:00
main.rs Move all crates to new crates dir 2023-10-18 23:53:41 +02:00
network.rs ws: refactor, bug fixes, improvements (#155) 2023-11-09 18:06:21 +01:00
utils.rs ws: refactor, bug fixes, improvements (#155) 2023-11-09 18:06:21 +01:00