property Deno.MulticastV4Membership.setLoopback
Sets the multicast loopback option. If enabled, multicast packets will be looped back to the local socket.
Type Jump to heading
(loopback: boolean) => Promise<void>
Sets the multicast loopback option. If enabled, multicast packets will be looped back to the local socket.
(loopback: boolean) => Promise<void>