Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX Network Fixes #6796

Merged
merged 12 commits into from
Feb 4, 2025
Prev Previous commit
Next Next commit
Update as per #6796
chong-he authored and AgeManning committed Jan 16, 2025

Verified

This commit was signed with the committer’s verified signature.
AgeManning Age Manning
commit 1faf0e79b16e034125f99be32993c43db36f5c9c
8 changes: 4 additions & 4 deletions book/src/advanced_networking.md
Original file line number Diff line number Diff line change
@@ -162,8 +162,8 @@ To listen over both IPv4 and IPv6:
>
> **IPv6**:
>
> It listens on the default value of --port6 (`9090`) for both UDP and TCP.
> QUIC will use port `9091` for UDP, which is the default `--port6` value (`9090`) + 1.
> It listens on the default value of --port6 (`9000`) for both UDP and TCP.
> QUIC will use port `9001` for UDP, which is the default `--port6` value (`9000`) + 1.

> When using `--listen-address :: --listen-address --port 9909 --discovery-port6 9999`, listening will be set up as follows:
>
@@ -174,8 +174,8 @@ To listen over both IPv4 and IPv6:
>
> **IPv6**:
>
> It listens on the default value of `--port6` (`9090`) for TCP, and port `9999` for UDP.
> QUIC will use port `9091` for UDP, which is the default `--port6` value (`9090`) + 1.
> It listens on the default value of `--port6` (`9000`) for TCP, and port `9999` for UDP.
> QUIC will use port `9001` for UDP, which is the default `--port6` value (`9000`) + 1.

### Configuring Lighthouse to advertise IPv6 reachable addresses