From owner-freebsd-stable@FreeBSD.ORG Mon Apr 13 00:33:57 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB4ED1065670 for ; Mon, 13 Apr 2009 00:33:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC978FC1A for ; Mon, 13 Apr 2009 00:33:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id a21so1435315tia.8 for ; Sun, 12 Apr 2009 17:33:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=Sp66pWUITmm70q6BEikG5sI4T3LFMCBA25LWVFEIToQ=; b=T3CsCZNzUwtGVW6oiJAzOEqofmxv2RdquYRYo4Y8L+oOc1IPskMGVHIwVMy+GwBNcG d1YSTy1+68KcMUditsTagjS8Uox/FiU0EzTV/S0eBRdLnBhm+senuuqznX3EJMvAZsih VX1+aLq8f7DkHcZXNMeo5LXX7ZkyAJMoCF3Vg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=gygopKmZbpHM6soEazL/Kfd5A1F/5MS6vRz1GRYQGpbCtk1AI/76PHt56Yvtjznh49 lSfed1+o8u2iKpOQCEtVvBjfKKlG3Ma7PD3krFWBEOYIKBRVjd1fy+BIcmEdDw5aCTeG e+6AETY5PfSrLEsH+5DTdJhIUmQE+DlkL7CN0= Received: by 10.110.40.8 with SMTP id n8mr8133568tin.41.1239582836195; Sun, 12 Apr 2009 17:33:56 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id 25sm8328012tif.32.2009.04.12.17.33.54 (version=SSLv3 cipher=RC4-MD5); Sun, 12 Apr 2009 17:33:55 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Mon, 13 Apr 2009 09:35:52 +0900 From: Pyun YongHyeon Date: Mon, 13 Apr 2009 09:35:52 +0900 To: Bjoern Koenig Message-ID: <20090413003552.GA65724@michelle.cdnetworks.co.kr> References: <70ba25e4f1a5e43ab8d99b361235dda2.squirrel@webmail.alpha-tierchen.de> <20090409000427.GD37714@michelle.cdnetworks.co.kr> <2f68678165f20f2e1dae10cb0e63761d.squirrel@webmail.alpha-tierchen.de> <20090409072309.GF37714@michelle.cdnetworks.co.kr> <37a8d3252c3d50682f4fb790e30e09f3.squirrel@webmail.alpha-tierchen.de> <20090410101445.GL37714@michelle.cdnetworks.co.kr> <20090411034613.GA54253@michelle.cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: stable@freebsd.org Subject: Re: fxp: stalled transfers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2009 00:33:58 -0000 On Sat, Apr 11, 2009 at 02:18:37PM +0200, Bjoern Koenig wrote: > Pyun YongHyeon wrote: > > > Ok, I've reproduced it, it seems that it happens when sender and > > receiver has advertised different MSS. Try attached patch and let > > me know how it goes on your setup. > > The patch works. The problem is gone. Thank you. > Thanks. Committed in HEAD(r190982)