We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3d4bd commit b117467Copy full SHA for b117467
1 file changed
doc/api/dgram.md
@@ -96,11 +96,11 @@ The event handler function is passed two arguments: `msg` and `rinfo`.
96
* `port` {number} The sender port.
97
* `size` {number} The message size.
98
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
+If the source address of the incoming packet is an IPv6 link-local
+address, the interface name is added to the `address`. For
101
example, a packet received on the `en0` interface might have the
102
address field set to `'fe80::2618:1234:ab11:3b9c%en0'`, where `'%en0'`
103
-is the interface name as a zone id suffix.
+is the interface name as a zone ID suffix.
104
105
### `socket.addMembership(multicastAddress[, multicastInterface])`
106
<!-- YAML
0 commit comments