From owner-freebsd-net@FreeBSD.ORG Thu Nov 22 21:21:44 2007 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 B8B9116A420 for ; Thu, 22 Nov 2007 21:21:44 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.freebsd.org (Postfix) with ESMTP id 956FF13C4D3 for ; Thu, 22 Nov 2007 21:21:44 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so1507672wra for ; Thu, 22 Nov 2007 13:21:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:sender; bh=P4nY5rANKsdins5ecnIh5vYA4/3tpYKujXTcfNkVl5Y=; b=kvskHxn2mf9axYegFUdLg3O+FJD9oMrC7Mx8eJm4mdnsBVSbh2aBfl57zfFfaFiQKVhgduiHvbSQJPj7iwR5XoXeSZou37LfxT7CX5p7ghT8xvs6Z3XfrIvw++Y1jkSrA7CgJXQhtz96U9Py96ZC1zNwQVjrgAz4KlCQDt8LfuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:sender; b=QCEQEl07TDHhNixzNT4M+cjrbuLtnImvGR6N1f1vA5Anax8e0EiXPvcgImLYH1PdtYjvXsxeKBQRR09Lbs9gfy527W5APcaq/f+XH/8pPi80lBMEZkQXpGEJ5Ps/MKaD9AMFaO5LtvFwYFLkUsOn/WMfUsZkOeN3NEaBA8FgA3o= Received: by 10.78.177.3 with SMTP id z3mr10275977hue.1195764974760; Thu, 22 Nov 2007 12:56:14 -0800 (PST) Received: from ?192.168.0.68? ( [62.169.111.92]) by mx.google.com with ESMTPS id k9sm1720862nfh.2007.11.22.12.56.12 (version=SSLv3 cipher=OTHER); Thu, 22 Nov 2007 12:56:14 -0800 (PST) Message-Id: From: Rui Paulo To: freebsd-net@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Thu, 22 Nov 2007 20:56:09 +0000 X-Mailer: Apple Mail (2.915) Sender: Rui Paulo Subject: TCP ECN patch for review 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: Thu, 22 Nov 2007 21:21:44 -0000 Hi, You can find the TCP ECN end host patch for FreeBSD CURRENT at: http://people.freebsd.org/~rpaulo/tcp_ecn.diff I'm still doing some tests, but this should be functional already. For now, this is just a FYI, more on the subject after I finish the tests. Regards. -- Rui Paulo