From owner-cvs-all@FreeBSD.ORG Fri Jan 16 01:10:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 473C516A4CF; Fri, 16 Jan 2004 01:10:38 -0800 (PST) Received: from postman.ripe.net (postman.ripe.net [193.0.0.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B666643D5A; Fri, 16 Jan 2004 01:10:33 -0800 (PST) (envelope-from ms@dell-laptop.6bone.nl) Received: by postman.ripe.net (Postfix, from userid 8) id C37CC4FDB9; Fri, 16 Jan 2004 10:10:32 +0100 (CET) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by postman.ripe.net (Postfix) with ESMTP id 7AF144FDC5; Fri, 16 Jan 2004 10:10:32 +0100 (CET) Received: from dell-laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.10/8.11.6) with SMTP id i0G9AWMF018977; Fri, 16 Jan 2004 10:10:32 +0100 Received: (nullmailer pid 1168 invoked by uid 1001); Fri, 16 Jan 2004 07:52:01 -0000 Date: Fri, 16 Jan 2004 08:52:01 +0100 From: Mark Santcroos To: Andre Oppermann Message-ID: <20040116075201.GA884@laptop.6bone.nl> References: <200401081740.i08He8J9063202@repoman.freebsd.org> <3FFEAFC2.8070303@freebsd.org> <3FFEB449.1C32B5FD@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FFEB449.1C32B5FD@freebsd.org> User-Agent: Mutt/1.4.1i X-Handles: MS6-6BONE, MS18417-RIPE X-RIPE-Spam-Level: X-RIPE-Spam-Status: N 0.056810 X-RIPE-Signature: fafc106767259db0ab47ca6ee397e446 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet ip_icmp.c tcp.h tcp_input.c tcp_subr.ctcp_usrreq.c tcp_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2004 09:10:38 -0000 Hi Andre, On Fri, Jan 09, 2004 at 03:01:45PM +0100, Andre Oppermann wrote: > David Xu wrote: > > > > "too many small tcp packets from 128.0.0.1:20672, av. 91byte/packet, > > dropping connection" I had the same with cvsupping from localhost (only then 38 bytes/packet). > You can set net.inet.tcp.minmssoverload to a higher value than the > default of 1,000. I suggest trying with 2,000 as next step and see > if it still overloads. > > Appearently my default of 1,000 pps is fine for normal use but too > low for some edge cases. Setting it to 2000 appears to be high enough for me now. Not sure if this can be called an edge case though. Mark