From owner-freebsd-current@FreeBSD.ORG Fri Jan 9 11:21:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59FFC16A4CE for ; Fri, 9 Jan 2004 11:21:35 -0800 (PST) Received: from wind.mindcry.org (nat-gr.wmis.net [216.109.194.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id B382143D4C for ; Fri, 9 Jan 2004 11:21:34 -0800 (PST) (envelope-from david@wind.mindcry.org) Received: by wind.mindcry.org (Postfix, from userid 1001) id 2E81640BC; Fri, 9 Jan 2004 14:21:34 -0500 (EST) Date: Fri, 9 Jan 2004 14:21:33 -0500 From: David Hill To: current@freebsd.org Message-ID: <20040109192133.GD815@phobia.ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1i X-Mailman-Approved-At: Fri, 09 Jan 2004 14:18:29 -0800 Subject: minmssoverload X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 09 Jan 2004 19:21:35 -0000 Hello - running the postfix command: postsuper -svv on a remote machine (via ssh) with a large queue caused the ssh connection to drop. setting the sysctl variable net.inet.tcp.minmssoverload from 1000 to 0 fixes this. I'm curious if 1000 is a good default value Thanks - David