Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
Dcontext.c68 struct lws_context_per_thread, sul_peer_limits); in lws_sul_peer_limits_cb()
72 __lws_sul_insert(&pt->pt_sul_owner, &pt->sul_peer_limits, 10 * LWS_US_PER_SEC); in lws_sul_peer_limits_cb()
705 context->pt[0].sul_peer_limits.cb = lws_sul_peer_limits_cb; in lws_create_context()
707 &context->pt[0].sul_peer_limits, 10 * LWS_US_PER_SEC); in lws_create_context()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h394 lws_sorted_usec_list_t sul_peer_limits; member