From owner-freebsd-hackers Tue Sep 21 15:46:12 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id 6DF2D14E95 for ; Tue, 21 Sep 1999 15:46:09 -0700 (PDT) (envelope-from brdean@mindspring.com) Received: from vger.foo.com (user-2ivf1tl.dialup.mindspring.com [165.247.135.181]) by smtp7.atl.mindspring.net (8.8.5/8.8.5) with ESMTP id SAA12732 for ; Tue, 21 Sep 1999 18:46:06 -0400 (EDT) Received: (from bsd@localhost) by vger.foo.com (8.9.3/8.9.3) id SAA02737; Tue, 21 Sep 1999 18:45:09 -0400 (EDT) (envelope-from bsd) From: Brian Dean Message-Id: <199909212245.SAA02737@vger.foo.com> Subject: how to shut down a TCP connection To: freebsd-hackers@freebsd.org Date: Tue, 21 Sep 1999 18:45:08 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm doing TCP development on a custom operating system that I've written and am using my FreeBSD box for testing my TCP stack. I'm in the early stages right now and I have a lot of bugs. One of my bugs is that I shut down a connection on my end but I'm doing something wrong and the connection on the FreeBSD side stays up, i.e.: [bsd@vger]:/net- netstat Active Internet connections Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp 0 0 vger.telnet bos.5000 ESTABLISHED 'vger' is my FreeBSD machine and 'bos' is my experimental OS. The connecton on 'bos' at this point is actually closed. Does anyone know how I can manually shutdown the above connection on 'vger' short of waiting a really long time or rebooting? Thanks, -Brian -- Brian Dean brdean@mindspring.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message