From owner-freebsd-net@FreeBSD.ORG Wed Jul 30 01:31:19 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 ABA5F106564A for ; Wed, 30 Jul 2008 01:31:19 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1198FC08 for ; Wed, 30 Jul 2008 01:31:19 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so67401nfh.33 for ; Tue, 29 Jul 2008 18:31:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent :sender; bh=FkUX2vV4azVCj5C368qFjwzOrYfHne5Mz9NTNC8vyps=; b=hIaCbb7XE2lEhAJY8685V2McnBVR9aLy6IjJZpMENtuwUm/WlxI8rh0YHjIe5jHlQy gJYcmsZbavZHF7KQ7SiSkcL9HSYEGQc5/Rm1LzytAOcNoU8nbMjLvdpKMt4OFSO4zTio OH2RDlA0iaM8TZGGU9oZ9gkYzDCEjjYuFbTcQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent:sender; b=JqSa5KWX69fmcIe//zGDkc9Cpjx8Laq+gd0a0fUArUAutwBhi7epjrWPFYyF4XmJ0m S5BjW8m8pQmXbA70Cd7dFzQDy9x2g3dXglSUEde0TFmoqV+CFJ5I/rcLwePLwYvcVXvf r1SL+EIeY9MMPpBDZ/LkfDMhdbmgBHAMjWlyA= Received: by 10.210.117.1 with SMTP id p1mr8486943ebc.53.1217379935808; Tue, 29 Jul 2008 18:05:35 -0700 (PDT) Received: from epsilon.local ( [77.54.25.93]) by mx.google.com with ESMTPS id g9sm733371gvc.0.2008.07.29.18.05.33 (version=SSLv3 cipher=RC4-MD5); Tue, 29 Jul 2008 18:05:35 -0700 (PDT) Date: Wed, 30 Jul 2008 02:04:52 +0100 From: Rui Paulo To: freebsd-net@freebsd.org Message-ID: <20080730010452.GA856@epsilon.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Rui Paulo Subject: TCP ECN patch to be committed 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: Wed, 30 Jul 2008 01:31:19 -0000 Hi, After some chat with other TCP folks I'm going to commit the TCP ECN patch I asked for review a couple months ago with some changes. Most notably is the new padding fields added to the syncache struct. I plan to commit this after investigating the best padding of the syncache struct. So, maybe in the end of the week I'm done. If you feel that something is wrong, please speak up ASAP. The patch can be found at: http://people.freebsd.org/~rpaulo/tcp_ecn.diff Thanks, -- Rui Paulo