Update TODO

This commit is contained in:
Joakim Frostegård 2021-10-19 02:26:54 +02:00
parent 9dc615a8f9
commit 63c03a95d5

10
TODO.md
View file

@ -1,5 +1,15 @@
# TODO
* aquatic_udp glommio
* use fairer stream receiver scheduling than StreamExt::or, like running a
task for each stream - but then what about access to the TorrentMaps?
* update access lists
* clean connections
* clean torrents (using access list)
* update peer valid until
* privdrop
* a lot of "common code" is only used in mio implementation
* access lists:
* use arc-swap Cache
* add CI tests