diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 5f6f219a431e..9e0616cb8c17 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -451,7 +451,7 @@ void tcp_retransmit_timer(struct sock *sk) | |||
451 | tp->snd_una, tp->snd_nxt); | 451 | tp->snd_una, tp->snd_nxt); |
452 | } | 452 | } |
453 | #endif | 453 | #endif |
454 | if (tcp_time_stamp - tp->rcv_tstamp > TCP_RTO_MAX) { | 454 | if (tcp_jiffies32 - tp->rcv_tstamp > TCP_RTO_MAX) { |
455 | tcp_write_err(sk); | 455 | tcp_write_err(sk); |
456 | goto out; | 456 | goto out; |
457 | } | 457 | } |