| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 64e2eed commit 77afeb2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,10 +78,11 @@ added: v0.6.9 | |||
| 78 | 78 | * `multicastAddress` {String} | |
| 79 | 79 | * `multicastInterface` {String}, Optional | |
| 80 | 80 | ||
| 81 | - Tells the kernel to join a multicast group at the given `multicastAddress` | ||
| 82 | - using the `IP_ADD_MEMBERSHIP` socket option. If the `multicastInterface` | ||
| 83 | - argument is not specified, the operating system will try to add membership to | ||
| 84 | - all valid networking interfaces. | ||
| 81 | + Tells the kernel to join a multicast group at the given `multicastAddress` and | ||
| 82 | + `multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the | ||
| 83 | + `multicastInterface` argument is not specified, the operating system will choose | ||
| 84 | + one interface and will add membership to it. To add membership to every | ||
| 85 | + available interface, call `addMembership` multiple times, once per interface. | ||
| 85 | 86 | ||
| 86 | 87 | ### socket.address() | |
| 87 | 88 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments