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:
parent
b8d89f2132
commit
95bc421891
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6748
19
security/xinetd/files/patch-aa
Normal file
19
security/xinetd/files/patch-aa
Normal 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
|
Loading…
Reference in New Issue
Block a user