]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Increase listen backlog to deal with request spikes 552/head
authorSteven Hartland <steven.hartland@multiplay.co.uk>
Thu, 30 Oct 2014 15:43:07 +0000 (15:43 +0000)
committerSteven Hartland <steven.hartland@multiplay.co.uk>
Thu, 30 Oct 2014 15:52:00 +0000 (15:52 +0000)
commitd6c0e1ab2584dd30fcca3ef78f2cfb7b28bfaa70
tree486b213109580b4bfbbf2055a72076dea395a429
parent52892ad1ef83b9ab7b44dda16c25325243e1435c
Increase listen backlog to deal with request spikes

In order to deal with transient request spikes don't limit the
connection backlog to 10 instead use a default appropriate to
the OS.

For FreeBSD and Mac OS this is -1 (system default) for everything
else this is 511 which will get truncated back to the OS max.
src/rrd_daemon.c