]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add ListenBacklog directive to control the backlog passed to listen().
authorMarc Slemko <marc@apache.org>
Sat, 28 Jun 1997 23:57:54 +0000 (23:57 +0000)
committerMarc Slemko <marc@apache.org>
Sat, 28 Jun 1997 23:57:54 +0000 (23:57 +0000)
commit47db22f099d63a65188df2c2c6305016ae58f5ca
tree60a829422286bbdcbad7e2ea98f9df9d863f8f57
parentefe6711d9056cdd2099b2b329af4bd24c563b47d
Add ListenBacklog directive to control the backlog passed to listen().
Also change the default to 511 for platforms that use an 8-bit datatype
to store it.

A slightly different implementation than suggested by Taso Devetzis
<devetzis@snet.net>, who submitted the PR.

PR: 240
Reviewed by: Dean Gaudet, Jim Jagielski
Submitted by:
Obtained from:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78428 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/mod/core.html
docs/manual/mod/directives.html