K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-06-11T16:23:44.000000Z K 7 svn:log V 419 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. END