svn commit: r190862 - projects/tcp_cc_8.x/sys/netinet
Lawrence Stewart
lstewart at FreeBSD.org
Thu Apr 9 00:23:41 PDT 2009
Author: lstewart
Date: Thu Apr 9 07:23:40 2009
New Revision: 190862
URL: http://svn.freebsd.org/changeset/base/190862
Log:
Update copyright and fix an ancient comment.
Modified:
projects/tcp_cc_8.x/sys/netinet/cc_htcp.c
Modified: projects/tcp_cc_8.x/sys/netinet/cc_htcp.c
==============================================================================
--- projects/tcp_cc_8.x/sys/netinet/cc_htcp.c Thu Apr 9 05:41:34 2009 (r190861)
+++ projects/tcp_cc_8.x/sys/netinet/cc_htcp.c Thu Apr 9 07:23:40 2009 (r190862)
@@ -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.
More information about the svn-src-projects
mailing list