cvs commit: src/sys/kern uipc_socket2.c

Robert Watson rwatson at FreeBSD.org
Sun Jun 11 16:25:56 UTC 2006


rwatson     2006-06-11 16:23:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             uipc_socket2.c 
  Log:
  Merge uipc_socket2.c:1.153 from HEAD to RELENG_6:
  
    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.
  
  Revision   Changes    Path
  1.147.2.4  +10 -0     src/sys/kern/uipc_socket2.c


More information about the cvs-src mailing list