Date: Sun, 28 Mar 1999 09:35:33 -0600 (CST) From: Richard Wackerbarth <rkw@dataplex.net> To: questions@freebsd.org Subject: TCP sockets not closing Message-ID: <Pine.BSF.4.05.9903280916110.53460-100000@nomad.dataplex.net>
next in thread | raw e-mail | index | archive | help
I have LARGE number of sockets that at taking a long time to go away. I assume that some piece of code is failing to do everything that it is supposed to do. Can someone identify the culprit? Server side: FreeBSD 3.0-STABLE #0: Thu Feb 4 20:59:13 CST 1999 netstat -a -f inet Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) icmp 0 0 *.* *.* tcp 0 0 server.http client.3798 CLOSE_WAIT tcp 0 0 server.http client.3796 CLOSE_WAIT tcp 0 0 server.http client.3794 CLOSE_WAIT [and many more] Client side: Running Netscape FreeBSD 3.1-STABLE #16: Sat Mar 20 15:59:29 CST 1999 netstat -a -f inet Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) icmp 0 0 *.* *.* tcp 0 0 client.3798 server.http FIN_WAIT_2 tcp 0 0 client.3796 server.http FIN_WAIT_2 tcp 0 0 client.3794 server.http FIN_WAIT_2 [and many more] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9903280916110.53460-100000>