hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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 */