On Fri, Oct 25, 2002 at 06:25:44PM -0400, Don Bowman wrote: > I have a machine running 4.7. I can panic it by sending a reasonably > high load of tcp open/close from/to it. The trace below is from > a socket from localhost to localhost (sendmail). The max number > of open file descriptors I would have had would be ~4500. > The rx buffer says it has 43008 bytes, but there are no mbufs > chained. The system was not out of mbufs or clusters. > > Suggestions on what I might look @?
I made a change in this area which doesn't show up in the call path, but might possibly be related. Can you edit /usr/src/sys/kern/uipc_socket2.c and comment out the call to sbdrop in soisdisconnected and see if it makes a difference? David. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message