Update TODO

This commit is contained in:
Joakim Frostegård 2020-05-12 21:08:52 +02:00
parent 987e1a4a45
commit 9c15a97975

View file

@ -2,7 +2,12 @@
## aquatic_ws
* network
* native_tls for wss support (__important__)
* think about if at least established connections could be boxed behind some
dyn trait so that there are not two different version for what is
essentially the same thing
* actually run tls. probably add config fields for number of tls and non-tls
workers, then run that amount of each
* test tls!
* handshake: deregister stream when applicable
* test
* test full torrent transfer (offer-answer exchange)