From owner-freebsd-questions Sun Mar 28 7:36: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nomad.dataplex.net (nomad.dataplex.net [216.140.184.132]) by hub.freebsd.org (Postfix) with ESMTP id 1994B14E54 for ; Sun, 28 Mar 1999 07:35:53 -0800 (PST) (envelope-from rkw@dataplex.net) Received: from localhost (rkw@localhost) by nomad.dataplex.net (8.9.2/8.9.2) with ESMTP id JAA53540 for ; Sun, 28 Mar 1999 09:35:34 -0600 (CST) (envelope-from rkw@dataplex.net) X-Authentication-Warning: nomad.dataplex.net: rkw owned process doing -bs Date: Sun, 28 Mar 1999 09:35:33 -0600 (CST) From: Richard Wackerbarth Reply-To: rkw@dataplex.net To: questions@freebsd.org Subject: TCP sockets not closing Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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