From 95bc421891169934c7dd337317464b711db74ecb Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 4 Jun 1997 06:30:03 +0000 Subject: Improve xinetd's capacity. Works better under load this way. PR: 3699 Submitted by: tom@sdf.com --- security/xinetd/files/patch-aa | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 security/xinetd/files/patch-aa (limited to 'security') diff --git a/security/xinetd/files/patch-aa b/security/xinetd/files/patch-aa new file mode 100644 index 000000000000..d461c84322c7 --- /dev/null +++ b/security/xinetd/files/patch-aa @@ -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 -- cgit v1.2.3