From a5cb10666cdbe75dc6571b888d1f3bd597b46a60 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 12 Feb 2022 02:36:04 +0000 Subject: [PATCH] Bump QUIC_PORT_OFFSET to 6 to avoid jostling around other ports (#23096) (cherry picked from commit 817f47d970d10c2140c453de7f355edacb4262c6) Co-authored-by: Michael Vines --- sdk/src/quic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/quic.rs b/sdk/src/quic.rs index 2938c3536a..43a46f91c9 100644 --- a/sdk/src/quic.rs +++ b/sdk/src/quic.rs @@ -1 +1 @@ -pub const QUIC_PORT_OFFSET: u16 = 1; +pub const QUIC_PORT_OFFSET: u16 = 6;