hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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 */