Skip to content

Commit ed16a71

Browse files
committed
Update as per sigp#6796
1 parent 7bf29f6 commit ed16a71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/src/advanced_networking.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ To listen over both IPv4 and IPv6:
162162
>
163163
> **IPv6**:
164164
>
165-
> It listens on the default value of --port6 (`9090`) for both UDP and TCP.
166-
> QUIC will use port `9091` for UDP, which is the default `--port6` value (`9090`) + 1.
165+
> It listens on the default value of --port6 (`9000`) for both UDP and TCP.
166+
> QUIC will use port `9001` for UDP, which is the default `--port6` value (`9000`) + 1.
167167
168168
> When using `--listen-address :: --listen-address --port 9909 --discovery-port6 9999`, listening will be set up as follows:
169169
>
@@ -174,8 +174,8 @@ To listen over both IPv4 and IPv6:
174174
>
175175
> **IPv6**:
176176
>
177-
> It listens on the default value of `--port6` (`9090`) for TCP, and port `9999` for UDP.
178-
> QUIC will use port `9091` for UDP, which is the default `--port6` value (`9090`) + 1.
177+
> It listens on the default value of `--port6` (`9000`) for TCP, and port `9999` for UDP.
178+
> QUIC will use port `9001` for UDP, which is the default `--port6` value (`9000`) + 1.
179179
180180
### Configuring Lighthouse to advertise IPv6 reachable addresses
181181

0 commit comments

Comments
 (0)