From 9c15a9797543fddf30fce6e5e6ceed5b201fb390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 12 May 2020 21:08:52 +0200 Subject: [PATCH] Update TODO --- TODO.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 8b438e3..05c6274 100644 --- a/TODO.md +++ b/TODO.md @@ -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)