Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 2006 22:44:38 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_socket2.c
Message-ID:  <200603262244.k2QMifSb049911@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-03-26 22:44:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_socket2.c 
  Log:
  Add a sysctl, regression.sonewconn_earlytest, which when options
  REGRESSION is enabled, allows user space to dictate that sonewconn()
  should skip it's "skip the hard work" check to see if the listen
  queue is full, and instead proceed with allocation of a socket and
  trimming of the overflowed queue.  This makes it easier to test the
  queue overflow logic.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.153     +10 -0     src/sys/kern/uipc_socket2.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603262244.k2QMifSb049911>