hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/ipv4/tcp_highspeed.c
....@@ -1,7 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Sally Floyd's High Speed TCP (RFC 3649) congestion control
34 *
4
- * See http://www.icir.org/floyd/hstcp.html
5
+ * See https://www.icir.org/floyd/hstcp.html
56 *
67 * John Heffner <jheffner@psc.edu>
78 */