Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 1 of 1) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.c101 UINT retry_count = hub_client_ptr -> nx_azure_iot_hub_client_throttle_count; in nx_azure_iot_hub_client_throttle_with_jitter() local
104 if (retry_count < (sizeof(UINT) * 8 - 1)) in nx_azure_iot_hub_client_throttle_with_jitter()
106 retry_count++; in nx_azure_iot_hub_client_throttle_with_jitter()
107 delay = (uint64_t)((1 << retry_count) * NX_AZURE_IOT_HUB_CLIENT_INITIAL_BACKOFF_IN_SEC); in nx_azure_iot_hub_client_throttle_with_jitter()
121 hub_client_ptr -> nx_azure_iot_hub_client_throttle_count = retry_count; in nx_azure_iot_hub_client_throttle_with_jitter()