Skip to content

Commit

Permalink
Update default h3 port
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralith authored and stammw committed Apr 2, 2020
1 parent 8af413c commit a2b5a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn-h3/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Builder {
config.protocols(&[crate::ALPN]);
Self {
config,
listen: SocketAddrV6::new(Ipv6Addr::UNSPECIFIED, 4433, 0, 0).into(),
listen: SocketAddrV6::new(Ipv6Addr::UNSPECIFIED, 443, 0, 0).into(),
settings: Settings::new(),
}
}
Expand Down

0 comments on commit a2b5a4a

Please sign in to comment.