summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-01-29 15:51:18 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-01-29 15:51:18 +0000
commit1580c701aedeadaa2c864f81b96bb38fc5461b31 (patch)
treee6e00fd7aaf1a43643b6b9454d1137279758efbe /NEWS
parent3eb19c02d792c8511ab9e9c9087093ccc872c304 (diff)
downloadrsyslog-1580c701aedeadaa2c864f81b96bb38fc5461b31.tar.gz
rsyslog-1580c701aedeadaa2c864f81b96bb38fc5461b31.tar.xz
rsyslog-1580c701aedeadaa2c864f81b96bb38fc5461b31.zip
fixed too-low listen backlog parameter
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 06ecb27c..f6dc7e6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
---------------------------------------------------------------------------
+Version 1.13.1 (RGer), 2007-02-xx
+- changed the listen backlog limit to a more reasonable value based on
+ the maximum number of TCP connections configurd (10% + 5) - thanks to Guy
+ Standen for the hint (actually, the limit was 5 and that was a
+ left-over from early testing).
+---------------------------------------------------------------------------
Version 1.13.0 (RGer), 2006-12-19
- added '$' as ToPos proptery replacer specifier - means "up to the
end of the string"