Home
last modified time | relevance | path

Searched refs:websocket_conf (Results 1 – 3 of 3) sorted by path

/unit/src/
H A Dnxt_h1proto_websocket.c79 nxt_websocket_conf_t *websocket_conf; in nxt_h1p_websocket_first_frame_start() local
90 websocket_conf = &r->conf->socket_conf->websocket_conf; in nxt_h1p_websocket_first_frame_start()
92 if (nxt_slow_path(websocket_conf->keepalive_interval != 0)) { in nxt_h1p_websocket_first_frame_start()
101 websocket_conf->keepalive_interval; in nxt_h1p_websocket_first_frame_start()
211 .timer_data = offsetof(nxt_socket_conf_t, websocket_conf.read_timeout),
319 max_frame_size = r->conf->socket_conf->websocket_conf.max_frame_size; in nxt_h1p_conn_ws_frame_header_read()
536 .timer_data = offsetof(nxt_socket_conf_t, websocket_conf.read_timeout),
H A Dnxt_router.c1992 skcf->websocket_conf.max_frame_size = 1024 * 1024; in nxt_router_conf_create()
1993 skcf->websocket_conf.read_timeout = 60 * 1000; in nxt_router_conf_create()
1994 skcf->websocket_conf.keepalive_interval = 30 * 1000; in nxt_router_conf_create()
2012 &skcf->websocket_conf); in nxt_router_conf_create()
H A Dnxt_router.h202 nxt_websocket_conf_t websocket_conf; member