CARP supports "advskew" (advertisement skew) parameter which is essentially a delay in 1/256 of seconds added to the base advertisement interval to make one host advertise a bit slower that the other. For example if "advbase" (advertisement base) is 2 seconds and in addition there is a "advskew 100" configured, then host sends CARP messages with 2.39 (2+1/256*100) second interval instead of 2 second interval. Why does the messages interval matter to CARP? Am I correct that CARP works in a way that VHID with lowest messages interval (advertisement base+advertisement skew) will become a master?