Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c117 if (!unix_skt && vhost->ka_time) { in lws_plat_set_socket_options()
138 optval = 1000 * (vhost->ka_time + in lws_plat_set_socket_options()
144 optval = vhost->ka_time; in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c99 if (vhost->ka_time) { in lws_plat_set_socket_options()
117 optval = vhost->ka_time; in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c103 if (vhost->ka_time) { in lws_plat_set_socket_options()
114 alive.keepalivetime = vhost->ka_time * 1000; in lws_plat_set_socket_options()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h555 int ka_time; member
/third_party/libwebsockets/lib/core-net/
Dvhost.c966 vh->ka_time = info->ka_time; in lws_create_vhost()
Dprivate-lib-core-net.h509 int ka_time; member
/third_party/libwebsockets/lib/core/
Dcontext.c1140 if (!info->ka_interval && info->ka_time > 0) { in lws_create_context()
/third_party/libwebsockets/READMEs/
DREADME.coding.md525 To enable keepalive, set the ka_time member of the context creation parameter
536 value in `ka_time`, but the systemwide kernel settings for the time / probes/
537 interval are used, regardless of what nonzero value is in `ka_time`.