Skip to content

Commit

Permalink
adjust default quic port in RelayMap
Browse files Browse the repository at this point in the history
  • Loading branch information
“ramfox” committed Nov 25, 2024
1 parent c2beb22 commit 10bbdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh-base/src/relay_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub struct RelayNode {
}

fn quic_port() -> u16 {
0
DEFAULT_QUIC_PORT
}

impl fmt::Display for RelayNode {
Expand Down

0 comments on commit 10bbdf5

Please sign in to comment.