Searched refs:backoff_ms (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
H A D | minimal-ws-client.c | 37 static const uint32_t backoff_ms[] = { 1000, 2000, 3000, 4000, 5000 }; variable 40 .retry_ms_table = backoff_ms, 41 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms), 42 .conceal_count = LWS_ARRAY_SIZE(backoff_ms),
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
H A D | main.c | 79 static const uint32_t backoff_ms[] = { 1000, 2000, 3000, 4000, 5000 }; variable 82 .retry_ms_table = backoff_ms, 83 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms), 84 .conceal_count = LWS_ARRAY_SIZE(backoff_ms),
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_openmetrics_export.c | 121 static const uint32_t backoff_ms[] = { 1000, 2000, 3000, 4000, 5000 }; variable 124 .retry_ms_table = backoff_ms, 125 .retry_ms_table_count = LWS_ARRAY_SIZE(backoff_ms), 126 .conceal_count = LWS_ARRAY_SIZE(backoff_ms),
|
Completed in 3 milliseconds