From owner-svn-src-projects@FreeBSD.ORG Thu Nov 13 11:07:17 2008 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAA7D106567B; Thu, 13 Nov 2008 11:07:17 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9BE4A8FC18; Thu, 13 Nov 2008 11:07:17 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mADB7HdY057452; Thu, 13 Nov 2008 11:07:17 GMT (envelope-from lstewart@svn.freebsd.org) Received: (from lstewart@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mADB7HXE057451; Thu, 13 Nov 2008 11:07:17 GMT (envelope-from lstewart@svn.freebsd.org) Message-Id: <200811131107.mADB7HXE057451@svn.freebsd.org> From: Lawrence Stewart Date: Thu, 13 Nov 2008 11:07:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184919 - projects/tcp_ffcaia2008_8.x X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2008 11:07:17 -0000 Author: lstewart Date: Thu Nov 13 11:07:17 2008 New Revision: 184919 URL: http://svn.freebsd.org/changeset/base/184919 Log: Create a home for the FreeBSD Foundation sponsored "Enhancing the FreeBSD TCP Implementation" project. This project is being hosted at Swinburne University's Centre for Advanced Internet Architectures (CAIA), Melbourne, Australia, as part of the NewTCP research project. More information is available at: http://www.freebsdfoundation.org/ http://caia.swin.edu.au/urp/newtcp This project aims to implement: - Appropriate byte counting (RFC3465) support - Per-connection dynamic tuning of the TCP reassembly queue - Enhanced TCP data logging infrastructure for improving our TCP debugging and development capabilities More details will be officially announced by the FreeBSD Foundation shortly. Added: projects/tcp_ffcaia2008_8.x/ - copied from r184918, head/