Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-retry.h28 uint16_t conceal_count; /* max retries to conceal */ member
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
Dminimal-ws-client.c43 .conceal_count = LWS_ARRAY_SIZE(backoff_ms),
/external/libwebsockets/READMEs/
DREADME.lws_retry.md15 `.conceal_count` is the number of retries that should be allowed
/external/libwebsockets/lib/core-net/
Dnetwork.c402 *conceal = (int)*ctry <= retry->conceal_count; in lws_retry_get_delay_ms()
/external/libwebsockets/lib/secure-streams/
Dpolicy.c397 a->curr[LTY_BACKOFF].b->r.conceal_count = atoi(ctx->buf); in lws_ss_policy_parser_cb()
/external/libwebsockets/lib/core/
Dcontext.c536 context->default_retry.conceal_count = in lws_create_context()