From 6c5dff4685e01beede0b5375ce34485ff0187195 Mon Sep 17 00:00:00 2001 From: _ <> Date: Sun, 10 Oct 2021 23:53:21 +0000 Subject: [PATCH] :pencil: --- prototypes/ptth_quic_client_gui/src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prototypes/ptth_quic_client_gui/src/main.rs b/prototypes/ptth_quic_client_gui/src/main.rs index 169c796..ad1c3f6 100644 --- a/prototypes/ptth_quic_client_gui/src/main.rs +++ b/prototypes/ptth_quic_client_gui/src/main.rs @@ -389,6 +389,9 @@ mod test { for (input, expected) in vec! [ (("127.0.0.1:4000", "bogus_server", 22), 51168), + // The relay address is explicitly excluded from the eph port + // computation in case I want to support connecting to a server + // across multiple relays (("127.0.0.1:30380", "bogus_server", 22), 51168), (("127.0.0.1:4000", "real_server", 22), 53873), (("127.0.0.1:4000", "bogus_server", 5900), 53844),