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 b117467

Browse filesBrowse files
Trottaddaleax
authored andcommitted
doc: improve link-local text in dgram.md
Minor improvements. PR-URL: #34868 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 2b3d4bd commit b117467
Copy full SHA for b117467

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/dgram.md‎

Copy file name to clipboardExpand all lines: doc/api/dgram.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ The event handler function is passed two arguments: `msg` and `rinfo`.
9696
* `port` {number} The sender port.
9797
* `size` {number} The message size.
9898

99-
If the source address of the incoming packet is an IPv6 link local
100-
address, the interface name is added to the `address`. For
99+
If the source address of the incoming packet is an IPv6 link-local
100+
address, the interface name is added to the `address`. For
101101
example, a packet received on the `en0` interface might have the
102102
address field set to `'fe80::2618:1234:ab11:3b9c%en0'`, where `'%en0'`
103-
is the interface name as a zone id suffix.
103+
is the interface name as a zone ID suffix.
104104

105105
### `socket.addMembership(multicastAddress[, multicastInterface])`
106106
<!-- YAML

0 commit comments

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