diff --git a/prototypes/quic_demo/TODO.md b/prototypes/quic_demo/TODO.md index 04771fa..8d86232 100644 --- a/prototypes/quic_demo/TODO.md +++ b/prototypes/quic_demo/TODO.md @@ -2,7 +2,6 @@ - Allow lazy P2 --> P3 connections - Allow multiple relays in P2 GUI -- Split client proxy into its own crate to isolate FLTK dep - Integrate relay server into `ptth_relay` - Integrate server proxy into `ptth_server` - Auth for client proxies diff --git a/todone.md b/todone.md new file mode 100644 index 0000000..f4c3744 --- /dev/null +++ b/todone.md @@ -0,0 +1,3 @@ +# Completed todos + +- Split client proxy into its own crate to isolate FLTK dep