From owner-freebsd-current@FreeBSD.ORG Sun Mar 7 22:15:25 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F642106566B for ; Sun, 7 Mar 2010 22:15:25 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id 189C78FC08 for ; Sun, 7 Mar 2010 22:15:24 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.3/8.14.3) id o27MFYtX098322 for freebsd-current@freebsd.org; Sun, 7 Mar 2010 22:15:34 GMT (envelope-from kientzle@freebsd.org) Received: from dark.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id p84xqhe6hxz67p452is3kgetui; for freebsd-current@freebsd.org; Sun, 07 Mar 2010 22:15:34 +0000 (UTC) (envelope-from kientzle@freebsd.org) Message-ID: <4B9425C4.5060309@freebsd.org> Date: Sun, 07 Mar 2010 14:16:36 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.21) Gecko/20090601 SeaMonkey/1.1.16 MIME-Version: 1.0 To: "'freebsd-current@freebsd.org'" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Wireless TCP aborts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2010 22:15:25 -0000 Using ssh and rsync to copy a lot of stuff from my old desktop to my new laptop. The old desktop is using a wired connection to an (admittedly crappy) D-Link router, the new one is using an Atheros wireless connection to the same router. I periodically see the transfer fail with the following messages on the wireless side: Corrupted MAC on input. Disconnecting: Packet corrupt rsync: connection unexpectedly closed ... [receiver] and then the rsync session is dead. It seems odd that a single corrupt packet would terminate the TCP connection. uname: FreeBSD 9.0-CURRENT r201154M: Tue Dec 29 09:27:29 PST 2009