]> git.ipfire.org Git - thirdparty/linux.git/commit
tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()
authorEric Dumazet <edumazet@google.com>
Wed, 25 Mar 2026 21:24:39 +0000 (21:24 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Mar 2026 03:11:53 +0000 (20:11 -0700)
commit6a539eee855cbfe9c32507c70003b7710604fcfb
tree8b7b60d7e8a60a11d5798955773429853cd92145
parentfe3e54253f0b04ec9e85d46e10aadbdbb31d29b2
tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()

While net/ipv4/tcp_yeah.c is correctly setting .cwnd_event_tx_start
to tcp_vegas_cwnd_event_tx_start(), I forgot to do the same in tcp_vegas.c

Fixes: d1e59a469737 ("tcp: add cwnd_event_tx_start to tcp_congestion_ops")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20260325212440.4146579-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/tcp_vegas.c