Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2009 03:22:44 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r191132 - in projects/tcp_cc_7.x/sys: . contrib/pf dev/ath/ath_hal dev/cxgb netinet
Message-ID:  <200904160322.n3G3MiH7065512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lstewart
Date: Thu Apr 16 03:22:44 2009
New Revision: 191132
URL: http://svn.freebsd.org/changeset/base/191132

Log:
  Merge r190862 from projects/tcp_cc_8.x

Modified:
  projects/tcp_cc_7.x/sys/   (props changed)
  projects/tcp_cc_7.x/sys/contrib/pf/   (props changed)
  projects/tcp_cc_7.x/sys/dev/ath/ath_hal/   (props changed)
  projects/tcp_cc_7.x/sys/dev/cxgb/   (props changed)
  projects/tcp_cc_7.x/sys/netinet/cc_htcp.c

Modified: projects/tcp_cc_7.x/sys/netinet/cc_htcp.c
==============================================================================
--- projects/tcp_cc_7.x/sys/netinet/cc_htcp.c	Thu Apr 16 00:13:23 2009	(r191131)
+++ projects/tcp_cc_7.x/sys/netinet/cc_htcp.c	Thu Apr 16 03:22:44 2009	(r191132)
@@ -1,5 +1,6 @@
 /*-
- * Copyright (c) 2008 Swinburne University of Technology, Melbourne, Australia
+ * Copyright (c) 2007-2009
+ * 	Swinburne University of Technology, Melbourne, Australia
  * All rights reserved.
  *
  * This software was developed at the Centre for Advanced Internet
@@ -33,7 +34,7 @@
 /*
  * HTCP
  *
- * An implementation of HTCP congestion algorithm for FreeBSD 7.0
+ * An implementation of HTCP congestion algorithm for FreeBSD.
  * The algorithm is based on the one described in "H-TCP: A framework
  * for congestion control in high-speed and long-distance networks" by
  * Leith, Shorten and Lee.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904160322.n3G3MiH7065512>