Skip to content

Commit

Permalink
Bump QUIC_PORT_OFFSET to 6 to avoid jostling around other ports
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored and jeffwashington committed Feb 24, 2022
1 parent 2a792ab commit c4ca15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/quic.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const QUIC_PORT_OFFSET: u16 = 1;
pub const QUIC_PORT_OFFSET: u16 = 6;

0 comments on commit c4ca15e

Please sign in to comment.