kernel/net/ipv4/tcp_htcp.c
.. .. @@ -1,9 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * H-TCP congestion control. The algorithm is detailed in: 3 4 * R.N.Shorten, D.J.Leith: 4 5 * "H-TCP: TCP for high-speed and long-distance networks" 5 6 * Proc. PFLDnet, Argonne, 2004. 6 - * http://www.hamilton.ie/net/htcp3.pdf7 + * https://www.hamilton.ie/net/htcp3.pdf7 8 */ 8 9 9 10 #include <linux/mm.h>