forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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 */