Skip to main content

setMulticastLoopback

method Socket.prototype.setMulticastLoopback
Jump to headingSocket.prototype.setMulticastLoopback(flag: boolean): boolean

Sets or clears the IP_MULTICAST_LOOP socket option. When set to true, multicast packets will also be received on the local interface.

This method throws EBADF if called on an unbound socket.

Parameters Jump to heading

Jump to headingflag: boolean

Return Type Jump to heading

boolean
Back to top