kernel/net/ipv4/tcp_highspeed.c
.. .. @@ -1,7 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Sally Floyd's High Speed TCP (RFC 3649) congestion control 3 4 * 4 - * See http://www.icir.org/floyd/hstcp.html5 + * See https://www.icir.org/floyd/hstcp.html5 6 * 6 7 * John Heffner <jheffner@psc.edu> 7 8 */