diff options
author | markm <markm@FreeBSD.org> | 1997-06-04 06:30:03 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1997-06-04 06:30:03 +0000 |
commit | 14177c6581737a9963d9d1a5443a5b0a5523f636 (patch) | |
tree | f940e7f3024c6d96411535caf9a6b3228dffe291 /security | |
parent | 02618357d8fcfda1da8dd801db62c64d2e1cecf8 (diff) | |
download | FreeBSD-ports-14177c6581737a9963d9d1a5443a5b0a5523f636.zip FreeBSD-ports-14177c6581737a9963d9d1a5443a5b0a5523f636.tar.gz |
Improve xinetd's capacity. Works better under load this way.
PR: 3699
Submitted by: tom@sdf.com
Diffstat (limited to 'security')
-rw-r--r-- | security/xinetd/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/xinetd/files/patch-aa b/security/xinetd/files/patch-aa new file mode 100644 index 0000000..d461c84 --- /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 |