Browse Source

corrected small typos

v0.7.4-release
koichik 14 years ago
committed by Ryan Dahl
parent
commit
45c0faf399
  1. 4
      doc/api/dgram.markdown

4
doc/api/dgram.markdown

@ -192,10 +192,10 @@ interfaces.
### dgram.dropMembership(multicastAddress, [multicastInterface])
Opposite of `dropMembership` - tells the kernel to leave a multicast group with
Opposite of `addMembership` - tells the kernel to leave a multicast group with
`IP_DROP_MEMBERSHIP` socket option. This is automatically called by the kernel
when the socket is closed or process terminates, so most apps will never need to call
this.
If `multicastAddress` is not specified, the OS will try to add membership to all valid
If `multicastAddress` is not specified, the OS will try to drop membership to all valid
interfaces.

Loading…
Cancel
Save