| From: |
| Angelo Dell'Aera <buffer@antifork.org> |
| To: |
| Linux-Net <linux-net@vger.kernel.org> |
| Subject: |
| [PATCH] TCP Westwood+ references |
| Date: |
| Wed, 4 Aug 2004 01:19:09 +0200 |
| Cc: |
| "David S. Miller" <davem@redhat.com> |
Dave,
this trivial patch against 2.6.7 points out few references for those
who are interested in TCP Westwood+ internals. Please apply.
Regards.
--
Angelo Dell'Aera 'buffer'
Antifork Research, Inc. http://buffer.antifork.org
--- net/ipv4/tcp_input.c.old 2004-08-04 00:59:25.000000000 +0200
+++ net/ipv4/tcp_input.c 2004-08-04 01:11:54.000000000 +0200
@@ -2527,8 +2527,31 @@
/*
* TCP Westwood+
+ *
+ * This is based on the congestion detection/avoidance scheme described
+ * in the following papers
+ *
+ * S. Mascolo, C. Casetti, M. Gerla, S. Lee, M. Sanadidi
+ * "TCP Westwood: bandwidth estimation for enhanced transport over wireless
+ * links"
+ * Proceedings of ACM Mobicom, Rome, Italy, July 2001
+ *
+ * A. Dell'Aera, L. A. Grieco, S. Mascolo
+ * "Linux 2.4 Implementation of Westwood+ TCP with rate-halving: A Performance
+ * Evaluation over the Internet",
+ * IEEE International Conference on Communications (ICC04), Paris, France,
+ * June 2004.
+ *
+ * L. A. Grieco, S. Mascolo
+ * "Performance Evaluation and Comparison of Westwood+, New Reno, and
+ * Vegas TCP Congestion Control"
+ * ACM Computer Communication Review, vol. 34, no. 2, April 2004.
+ *
+ * These papers are available at
+ * http://http://www-ictserv.poliba.it/mascolo/tcp%20westw[...]
+ * http://buffer.antifork.org
*/
-
+
/*
* @init_westwood
* This function initializes fields used in TCP Westwood+. We can't
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html