Home
last modified time | relevance | path

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

/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-client-peer.c555 unsigned int client_max_conns = set->max_parallel_connections; in http_client_peer_shared_max_connections() local
557 if ((UINT_MAX - max_conns) <= client_max_conns) in http_client_peer_shared_max_connections()
559 max_conns += client_max_conns; in http_client_peer_shared_max_connections()