avoidBuggyIps property

bool? avoidBuggyIps
getter/setter pair

If true, avoid using IPs ending in .0 or .255.

This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.

Implementation

core.bool? avoidBuggyIps;