mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
558ddadf28
commit
3c5b515be9
1 changed files with 17 additions and 15 deletions
32
TODO.md
32
TODO.md
|
|
@ -1,21 +1,23 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
* Benchmarks
|
## aquatic
|
||||||
* Fix issues since switch to socket and handler workers
|
* Lock connections and torrents together? Maybe don't stop collecting
|
||||||
* Iterate over whole returned buffer and run e.g. xor on it (.iter().fold())
|
requests if mutex is locked?
|
||||||
* Generic bench function since current functions are almost identical
|
* Handle Ipv4 and Ipv6 peers. Probably split state. Ipv4 peers can't make
|
||||||
* Show percentile stats for peers per torrent
|
use of Ipv6 ones. Ipv6 ones may or may note be able to make use of Ipv4
|
||||||
* aquatic
|
ones, have to check.
|
||||||
* Lock whole torrent map over many requests in handlers? Could use HashMap
|
* More tests
|
||||||
in Mutex instead of DashMap maybe (parking lot mutex?)
|
|
||||||
* Tests
|
|
||||||
* Handle Ipv4 and Ipv6 peers. Probably split state. Ipv4 peers can't make
|
|
||||||
use of Ipv6 ones. Ipv6 ones may or may note be able to make use of Ipv4
|
|
||||||
ones, have to check.
|
|
||||||
* bittorrent_udp
|
|
||||||
* other test cases
|
|
||||||
|
|
||||||
## Not important
|
## aquatic_bench
|
||||||
|
* Fix issues since switch to socket and handler workers, removal of dashmap
|
||||||
|
* Iterate over whole returned buffer and run e.g. xor on it (.iter().fold())
|
||||||
|
* Generic bench function since current functions are almost identical
|
||||||
|
* Show percentile stats for peers per torrent
|
||||||
|
|
||||||
|
## bittorrent_udp
|
||||||
|
* Tests with good known byte sequences
|
||||||
|
|
||||||
|
# Not important
|
||||||
|
|
||||||
* extract_response_peers
|
* extract_response_peers
|
||||||
* Cleaner code
|
* Cleaner code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue