search for: max_listener_time

Displaying 1 result from an estimated 1 matches for "max_listener_time".

2004 Aug 06
0
[PATCH] Add per-listener and per-mount connection time limits.
...0) { tmp = (char *)xmlNodeListGetString(doc, node->xmlChildrenNode, 1); configuration->queue_size_limit = atoi(tmp); *************** *** 452,457 **** --- 458,464 ---- configuration->mounts = mount; mount->max_listeners = -1; + mount->max_listener_time = 0; mount->next = NULL; do { *************** *** 481,486 **** --- 488,498 ---- else if (strcmp(node->name, "max-listeners") == 0) { tmp = (char *)xmlNodeListGetString(doc, node->xmlChildrenNode, 1); mount->max_listeners = a...