From owner-freebsd-ports Fri Apr 18 10:56:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA22110 for ports-outgoing; Fri, 18 Apr 1997 10:56:59 -0700 (PDT) Received: from misery.sdf.com (misery.sdf.com [204.244.210.193]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA22105 for ; Fri, 18 Apr 1997 10:56:56 -0700 (PDT) Received: from misery.sdf.com [204.244.213.33] by misery.sdf.com with smtp (Exim 1.61 #1) id 0wIHqW-0001tB-00; Fri, 18 Apr 1997 10:53:17 -0700 Date: Fri, 18 Apr 1997 10:53:16 -0700 (PDT) From: Tom Samplonius To: freebsd-ports@freebsd.org Subject: Small patch for xinetd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a small patch for the security/xinetd port. I've been using xinetd on a production server for a few months now. The xinetd process was started on Oct 28, 1996 and is still running! This patch is rather critical for anyone using xinetd in a busy production system with lots of sluggish dial-up PPP connections. *** 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 Tom