1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Improve xinetd's capacity. Works better under load this way.

PR:		3699
Submitted by:	tom@sdf.com
This commit is contained in:
Mark Murray 1997-06-04 06:30:03 +00:00
parent b8d89f2132
commit 95bc421891
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6748

View File

@ -0,0 +1,19 @@
*** xinetd/defs.h.orig Thu Mar 20 11:29:27 1997
--- xinetd/defs.h Thu Mar 20 11:29:46 1997
***************
*** 100,106 ****
/*
* Used for listen(2)
*/
! #define LISTEN_BACKLOG 7
/*
* When explicit values are given for enum's, that is because the structures
--- 100,106 ----
/*
* Used for listen(2)
*/
! #define LISTEN_BACKLOG 64
/*
* When explicit values are given for enum's, that is because the structures