File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ if (cluster.isMaster) {
123
123
}
124
124
```
125
125
126
- ### socket.addSourceSpecificMembership(sourceAddress, groupAddress[ , multicastInterface] )
126
+ ### socket.addSourceSpecificMembership(sourceAddress, groupAddress\ [ , multicastInterface\ ] )
127
127
<!-- YAML
128
128
added: REPLACEME
129
129
-->
@@ -312,7 +312,7 @@ never have reason to call this.
312
312
If ` multicastInterface ` is not specified, the operating system will attempt to
313
313
drop membership on all valid interfaces.
314
314
315
- ### socket.dropSourceSpecificMembership(sourceAddress, groupAddress[ , multicastInterface] )
315
+ ### socket.dropSourceSpecificMembership(sourceAddress, groupAddress\ [ , multicastInterface\ ] )
316
316
<!-- YAML
317
317
added: REPLACEME
318
318
-->
You can’t perform that action at this time.
0 commit comments