Home
last modified time | relevance | path

Searched refs:websocket_ping_interval (Results 1 – 17 of 17) sorted by relevance

/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/
H A D__main__.py263 if args.websocket_ping_interval is not sentinel:
264 config.websocket_ping_interval = args.websocket_ping_interval
H A Dconfig.py100 websocket_ping_interval: Optional[float] = None variable in Config
/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/protocol/
H A Dws_stream.py334 if self.config.websocket_ping_interval is not None:
359 await self.context.sleep(self.config.websocket_ping_interval)
/dports/www/nginx-full/nchan-1.2.12/src/
H A Dnchan_types.h384 time_t websocket_ping_interval; member
H A Dnchan_setup.c208 lcf->websocket_ping_interval=NGX_CONF_UNSET; in nchan_create_loc_conf()
406 …ngx_conf_merge_sec_value(conf->websocket_ping_interval, prev->websocket_ping_interval, NCHAN_DEFAU… in nchan_merge_loc_conf()
H A Dnchan_config_commands.c194 offsetof(nchan_loc_conf_t, websocket_ping_interval),
/dports/www/py-tornado4/tornado-4.5.3/docs/releases/
H A Dv4.5.0.rst164 - The ``websocket_ping_interval`` and ``websocket_ping_timeout``
/dports/www/py-tornado5/tornado-5.1.1/docs/releases/
H A Dv4.5.0.rst164 - The ``websocket_ping_interval`` and ``websocket_ping_timeout``
/dports/www/py-tornado/tornado-6.1/docs/releases/
H A Dv4.5.0.rst164 - The ``websocket_ping_interval`` and ``websocket_ping_timeout``
/dports/www/nginx-full/nchan-1.2.12/src/subscribers/
H A Dwebsocket.c1186 ngx_add_timer(&fsub->ping_ev, fsub->sub.cf->websocket_ping_interval * 1000); in ping_ev_handler()
1203 if(self->cf->websocket_ping_interval > 0) { in websocket_enqueue()
1207 ngx_add_timer(&fsub->ping_ev, self->cf->websocket_ping_interval * 1000); in websocket_enqueue()
/dports/www/py-tornado4/tornado-4.5.3/tornado/test/
H A Dwebsocket_test.py580 ], websocket_ping_interval=0.01)
/dports/www/py-tornado5/tornado-5.1.1/docs/
H A Dweb.rst196 * ``websocket_ping_interval``: If set to a number, all websockets will
/dports/www/py-tornado4/tornado-4.5.3/docs/
H A Dweb.rst195 * ``websocket_ping_interval``: If set to a number, all websockets will
/dports/sysutils/py-salt/salt-3004.1/salt/ext/tornado/test/
H A Dwebsocket_test.py581 ], websocket_ping_interval=0.01)
/dports/www/py-tornado/tornado-6.1/docs/
H A Dweb.rst209 * ``websocket_ping_interval``: If set to a number, all websockets will
/dports/www/py-tornado/tornado-6.1/tornado/test/
H A Dwebsocket_test.py766 return Application([("/", PingHandler)], websocket_ping_interval=0.01)
/dports/www/py-tornado5/tornado-5.1.1/tornado/test/
H A Dwebsocket_test.py689 ], websocket_ping_interval=0.01)