[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250704144830.246159-1-guoxin0309@gmail.com>
Date: Fri, 4 Jul 2025 22:48:30 +0800
From: "xin.guo" <guoxin0309@...il.com>
To: ncardwell@...gle.com,
edumazet@...gle.com,
davem@...emloft.net,
dsahern@...nel.org,
kuba@...nel.org,
pabeni@...hat.com
Cc: netdev@...r.kernel.org,
"xin.guo" <guoxin0309@...il.com>
Subject: [PATCH net-next] tcp: update the comment for tcp_process_tlp_ack()
As ACK-TLP was published as a standards-track RFC8985,
so the comment for tcp_process_tlp_ack() is outdated.
Signed-off-by: xin.guo <guoxin0309@...il.com>
---
net/ipv4/tcp_input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
{
--
2.43.0
Powered by blists - more mailing lists