From 584654a6b4c191b41625c0b86341499a82ccadcf Mon Sep 17 00:00:00 2001 From: _ <> Date: Fri, 10 Sep 2021 11:50:45 -0500 Subject: [PATCH] :pencil: testing plan for PTTH_QUIC --- docs/how-to/test-ptth-quic.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/how-to/test-ptth-quic.md diff --git a/docs/how-to/test-ptth-quic.md b/docs/how-to/test-ptth-quic.md new file mode 100644 index 0000000..ba2fca8 --- /dev/null +++ b/docs/how-to/test-ptth-quic.md @@ -0,0 +1,8 @@ +# How-to: Test PTTH_QUIC + +- Put a couple terminals in `prototypes/quic_demo` +- Set up a relay `cargo run --bin quic_demo_relay_server` +- Verify that the relay has no servers connected +- Set up a server +- The relay should refuse the server's connection if its API key is not recognized +- Once the relay recognizes the API key, the server should automatically reconnect