From 819821edf04385d220988567faea764a48c133d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 29 Oct 2021 15:11:01 +0200 Subject: [PATCH] Update TODO --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO.md b/TODO.md index 1a1d3ce..6c485fe 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,16 @@ # TODO +* aquatic_udp + * CI for both implementations + * mio + * on ipv6: [ERROR] Response::write error: Error { kind: WriteZero, +message: "failed to write whole buffer" } + * glommio + * ipv6 only flag + * consider sending local responses immediately + * aquatic_http glommio: + * ipv6 only flag * optimize? * get_peer_addr only once (takes 1.2% of runtime) * queue response: allocating takes 2.8% of runtime