hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/net/ipv4/tcp_htcp.c
....@@ -1,9 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * H-TCP congestion control. The algorithm is detailed in:
34 * R.N.Shorten, D.J.Leith:
45 * "H-TCP: TCP for high-speed and long-distance networks"
56 * Proc. PFLDnet, Argonne, 2004.
6
- * http://www.hamilton.ie/net/htcp3.pdf
7
+ * https://www.hamilton.ie/net/htcp3.pdf
78 */
89
910 #include <linux/mm.h>