Searched defs:default_max_connections (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/experimental/
H A Dmod_noloris.c50 static unsigned int default_max_connections; variable
148 if (*n >= default_max_connections) {
166 int max_bans = thread_limit * server_limit / default_max_connections;
185 default_max_connections = 50;
216 default_max_connections = atoi(val);

Completed in 10 milliseconds