]> git.ipfire.org Git - thirdparty/squid.git/commit
We used to close persistent connections if the number of free
authorwessels <>
Fri, 15 Jan 1999 06:15:43 +0000 (06:15 +0000)
committerwessels <>
Fri, 15 Jan 1999 06:15:43 +0000 (06:15 +0000)
commitce00f705c47f0161de5a833b05ab78a9eb4aa91a
treea26d3a4eecad55ea3c32d08b35b2c8b8fdc49b76
parent42cc97c719c117f153f09649b5fcc5bc0152efbb
We used to close persistent connections if the number of free
descriptors was less than four times the reservedFD limit.  On
small-FD systems, we will never keep a pconn open because reservedFD
is set to numberFD/4.

Lets try twice the reserved FD limit.
src/pconn.cc