Skip to main content

setLoopback

property Deno.MulticastV6Membership.setLoopback

Sets the multicast loopback option. If enabled, multicast packets will be looped back to the local socket.

(loopback: boolean) => Promise<void>
Back to top