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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.