From owner-freebsd-net@FreeBSD.ORG Sun Feb 17 22:15:07 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B5F616A418 for ; Sun, 17 Feb 2008 22:15:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id E62FC13C461 for ; Sun, 17 Feb 2008 22:15:06 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 34C8E41C799 for ; Sun, 17 Feb 2008 23:15:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id Wiwg5MmTRoMk for ; Sun, 17 Feb 2008 23:15:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id D3AF341C798; Sun, 17 Feb 2008 23:15:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 0EE0B44487F for ; Sun, 17 Feb 2008 22:13:45 +0000 (UTC) Date: Sun, 17 Feb 2008 22:13:44 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: freebsd-net@freebsd.org Message-ID: <20080217220648.L49429@maildrop.int.zabbadoz.net> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: tcp_mss 'cleanup' X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2008 22:15:07 -0000 Hi, as part of a larger patch I have done some changes to tcp_mss to "cleanup" things that I'd like to get in before going on: http://sources.zabbadoz.net/freebsd/patchset/20080217-tcp_mss-cleanup-02.diff The 'case 0' case is questionable if it's a better solution but it would save us the extra #ifdef INET6 and ? : logic there. /bz -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.