[ NoAccessorMethod ]
[ Version ( since = "1.2" ) ]
public int dad_timeout { get; set; }
Maximum timeout in milliseconds used to check for the presence of duplicate IP addresses on the network.
If an address conflict is detected, the activation will fail. The property is currently implemented only for IPv4.
A zero value means that no duplicate address detection is performed, -1 means the default value (either the value configured globally in NetworkManager.conf or 200ms). A value greater than zero is a timeout in milliseconds. Note that the time intervals are subject to randomization as per RFC 5227 and so the actual duration can be between half and the full time specified in this property.