aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
diff options
context:
space:
mode:
authorXin Guo <[email protected]>2025-07-05 16:36:47 +0000
committerJakub Kicinski <[email protected]>2025-07-08 16:01:52 +0000
commit19c066f940666bf6c0982635e4441100ca8d75bc (patch)
tree6a365f4a3e2ecf1b9d8e456f4c81393f4fe7b389 /net/ipv4/tcp_input.c
parentnet: phy: declare package-related struct members only if CONFIG_PHY_PACKAGE i... (diff)
downloadkernel-19c066f940666bf6c0982635e4441100ca8d75bc.tar.gz
kernel-19c066f940666bf6c0982635e4441100ca8d75bc.zip
tcp: update the outdated ref draft-ietf-tcpm-rack
As RACK-TLP was published as a standards-track RFC8985, so the outdated ref draft-ietf-tcpm-rack need to be updated. Signed-off-by: Xin Guo <[email protected]> Reviewed-by: Neal Cardwell <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r--net/ipv4/tcp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index 79e3bfb0108f..e9e654f09180 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -3714,7 +3714,7 @@ static int tcp_replace_ts_recent(struct tcp_sock *tp, u32 seq)
}
/* This routine deals with acks during a TLP episode and ends an episode by
- * resetting tlp_high_seq. Ref: TLP algorithm in draft-ietf-tcpm-rack
+ * resetting tlp_high_seq. Ref: TLP algorithm in RFC8985
*/
static void tcp_process_tlp_ack(struct sock *sk, u32 ack, int flag)
{