dad_timeout


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.2" ) ]
public int dad_timeout { get; set; }

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. A zero value means that no duplicate address detection is performed, -1 means the default value (either configuration ipvx.dad-timeout override or zero). A value greater than zero is a timeout in milliseconds.

The property is currently implemented only for IPv4.