aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_metrics.c')
-rw-r--r--net/ipv4/tcp_metrics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_metrics.c b/net/ipv4/tcp_metrics.c
index 653bbd67e3a3..102b2c90bb80 100644
--- a/net/ipv4/tcp_metrics.c
+++ b/net/ipv4/tcp_metrics.c
@@ -524,7 +524,7 @@ reset:
524 tp->snd_cwnd = 1; 524 tp->snd_cwnd = 1;
525 else 525 else
526 tp->snd_cwnd = tcp_init_cwnd(tp, dst); 526 tp->snd_cwnd = tcp_init_cwnd(tp, dst);
527 tp->snd_cwnd_stamp = tcp_time_stamp; 527 tp->snd_cwnd_stamp = tcp_jiffies32;
528} 528}
529 529
530bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst) 530bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst)