File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ The event handler function is passed two arguments: `msg` and `rinfo`.
96
96
* ` port ` {number} The sender port.
97
97
* ` size ` {number} The message size.
98
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
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
101
101
example, a packet received on the ` en0 ` interface might have the
102
102
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.
104
104
105
105
### ` socket.addMembership(multicastAddress[, multicastInterface]) `
106
106
<!-- YAML
You can’t perform that action at this time.
0 commit comments