pub const ADVERT_INTERVAL: u32 = 80;Expand description
Seconds between unsolicited advertisements (PROP_ADVERT_INTERVAL)
— UINT32, 0 to send none. An advertisement carries the signed node
identity and goes out with no flood hops and no source route, so it
reaches the neighbours that can hear the device directly and stops
there. The accepted range is [MIN_AUTO_ANNOUNCE_INTERVAL_S] to
[MAX_AUTO_ANNOUNCE_INTERVAL_S], and the value is a floor rather
than a period: the device scatters each send later by up to a
quarter of it. Requires CAP_ADVERT.