Home
last modified time | relevance | path

Searched refs:max_connections (Results 1 – 4 of 4) sorted by last modified time

/unit/src/
H A Dnxt_runtime.c418 thr->engine->max_connections = rt->engine_connections; in nxt_runtime_initial_start()
H A Dnxt_event_engine.h477 uint32_t max_connections; member
H A Dnxt_conn_accept.c94 if (engine->connections < engine->max_connections) { in nxt_conn_accept_alloc()
H A Dnxt_event_engine.c137 engine->max_connections = 0xFFFFFFFF; in nxt_event_engine_create()