Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 1997 10:53:16 -0700 (PDT)
From:      Tom Samplonius <tom@sdf.com>
To:        freebsd-ports@freebsd.org
Subject:   Small patch for xinetd
Message-ID:  <Pine.NEB.3.94.970418104734.7143C-100000@misery.sdf.com>

next in thread | raw e-mail | index | archive | help

  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.94.970418104734.7143C-100000>