Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Deno.MulticastV6Membership
Unstable

Represents membership of a IPv6 multicast group.

Properties

leave: () => Promise<void>

Leaves the multicast group.

setLoopback: (loopback: boolean) => Promise<void>

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