property Deno.MulticastV4Membership.setTTL
Sets the time-to-live of outgoing multicast packets for this socket.
Type #
(ttl: number) => Promise<void>
Sets the time-to-live of outgoing multicast packets for this socket.
(ttl: number) => Promise<void>