From owner-freebsd-questions@FreeBSD.ORG Wed Nov 14 02:35:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7217A16A41A for ; Wed, 14 Nov 2007 02:35:05 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id D6EA213C442 for ; Wed, 14 Nov 2007 02:35:04 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id lAE2YkLs048327 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 14 Nov 2007 09:34:46 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id lAE2Ykp9016352; Wed, 14 Nov 2007 09:34:46 +0700 (ICT) Date: Wed, 14 Nov 2007 09:34:46 +0700 (ICT) Message-Id: <200711140234.lAE2Ykp9016352@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: How to reset a TCP connection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 02:35:05 -0000 Hi, On a mail server, I do some update of some lists on a daily basis, using wget. I am testing the script that will do the update, including some timestamping with wget (hopefully). I want to be able to test various combinations of parameters of wget for robust transmission, so I want to simulate some network failure. How can I manually reset an established TCp connection? TIA, Olivier