Searched refs:ka_time (Results 1 – 8 of 8) sorted by relevance
117 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()
99 if (vhost->ka_time) { in lws_plat_set_socket_options()117 optval = vhost->ka_time; in lws_plat_set_socket_options()
103 if (vhost->ka_time) { in lws_plat_set_socket_options()114 alive.keepalivetime = vhost->ka_time * 1000; in lws_plat_set_socket_options()
555 int ka_time; member
966 vh->ka_time = info->ka_time; in lws_create_vhost()
509 int ka_time; member
1140 if (!info->ka_interval && info->ka_time > 0) { in lws_create_context()
525 To enable keepalive, set the ka_time member of the context creation parameter536 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`.