dgram_socket.addMembership()

socket.addMembership(multicastAddress[, multicastInterface])

Tells the kernel to join a multicast group at the given multicastAddress using the IP_ADD_MEMBERSHIP socket option. If the multicastInterface argument is not specified, the operating system will try to add membership to all valid networking interfaces.

doc_Nodejs
2016-04-30 04:38:41
Comments
Leave a Comment

Please login to continue.