multicastLoopback property - RawDatagramSocket class - dart:io library (original) (raw)

description

bool multicastLoopback

getter/setter pair

Whether multicast traffic is looped back to the host.

By default multicast loopback is enabled.

Implementation

abstract bool multicastLoopback;