Skip to content

Commit

Permalink
doc: use UDPv4/UDPv6 consistently with TCPv4/TCPv6
Browse files Browse the repository at this point in the history
(Arguably, the whole terminology is not perfect, but at least it will be
consistent with TCP now.)

PR-URL: #41824
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Mestery <mestery@protonmail.com>
  • Loading branch information
tniessen authored and danielleadams committed Mar 14, 2022
1 parent 1cfc63e commit 5cd8bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ The `addressType` is one of:
* `4` (TCPv4)
* `6` (TCPv6)
* `-1` (Unix domain socket)
* `'udp4'` or `'udp6'` (UDP v4 or v6)
* `'udp4'` or `'udp6'` (UDPv4 or UDPv6)

## Event: `'message'`

Expand Down

0 comments on commit 5cd8bdc

Please sign in to comment.