Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e5db136

Browse filesBrowse files
tniessenruyadorno
authored andcommitted
doc: use UDPv4/UDPv6 consistently with TCPv4/TCPv6
(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>
1 parent bbfa586 commit e5db136
Copy full SHA for e5db136

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/cluster.md‎

Copy file name to clipboardExpand all lines: doc/api/cluster.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ The `addressType` is one of:
761761
* `4` (TCPv4)
762762
* `6` (TCPv6)
763763
* `-1` (Unix domain socket)
764-
* `'udp4'` or `'udp6'` (UDP v4 or v6)
764+
* `'udp4'` or `'udp6'` (UDPv4 or UDPv6)
765765

766766
## Event: `'message'`
767767

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.