From 2f80c40c1de1c7e6c6bf52bca16202c73e69f717 Mon Sep 17 00:00:00 2001 From: _ <> Date: Tue, 20 Jul 2021 02:38:31 +0000 Subject: [PATCH] :pencil: todo --- prototypes/quic_demo/TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 prototypes/quic_demo/TODO.md diff --git a/prototypes/quic_demo/TODO.md b/prototypes/quic_demo/TODO.md new file mode 100644 index 0000000..12f103c --- /dev/null +++ b/prototypes/quic_demo/TODO.md @@ -0,0 +1,7 @@ +# Top 10 TODO items + +- Integrate relay server into `ptth_relay` +- Split client proxy into its own crate to isolate FLTK dep +- Integrate server proxy into `ptth_server` +- Auth for client proxies +- Auth for server proxies