hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 */