* [PATCH 1/1] tcp: tcp_mtup_probe -> tcp_mtu_probe
@ 2018-06-18 10:58 Wang Jian
2018-06-19 22:55 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Wang Jian @ 2018-06-18 10:58 UTC (permalink / raw)
To: Eric Dumazet, David S . Miller, kuznet, yoshfuji, netdev
Comment correction.
Signed-off-by: Jian Wang <jianjian.wang1@gmail.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 355d3df..fd7b766 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -2862,7 +2862,7 @@ static void tcp_fastretrans_alert(struct sock
*sk, const u32 prior_snd_una,
icsk->icsk_mtup.probe_size &&
tp->snd_una == tp->mtu_probe.probe_seq_start) {
tcp_mtup_probe_failed(sk);
- /* Restores the reduction we did in tcp_mtup_probe() */
+ /* Restores the reduction we did in tcp_mtu_probe() */
tp->snd_cwnd++;
tcp_simple_retransmit(sk);
return;
--
Regards,
Wang Jian
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-19 22:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-18 10:58 [PATCH 1/1] tcp: tcp_mtup_probe -> tcp_mtu_probe Wang Jian
2018-06-19 22:55 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).