pub unsafe extern "C" fn otThreadSetRouterSelectionJitter(
aInstance: *mut otInstance,
aRouterJitter: u8,
)
Expand description
Set the ROUTER_SELECTION_JITTER parameter used in the REED/Router role.
@note This API is reserved for testing and demo purposes only. Changing settings with this API will render a production application non-compliant with the Thread Specification.
@param[in] aInstance A pointer to an OpenThread instance. @param[in] aRouterJitter The ROUTER_SELECTION_JITTER value.
@sa otThreadGetRouterSelectionJitter