Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91937
b: refs/heads/master
c: d7ee147
h: refs/heads/master
i:
  91935: b17d0c8
v: v3
  • Loading branch information
Arnd Hannemann authored and David S. Miller committed Apr 21, 2008
1 parent cb38948 commit 1019615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02651d20a3f90dab8920dad00dec8f62f2b6a7ea
refs/heads/master: d7ee147d4f84219a44670eb0db3a91e58d14a81c
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@ static inline int tcp_packet_delayed(struct tcp_sock *tp)
{
return !tp->retrans_stamp ||
(tp->rx_opt.saw_tstamp && tp->rx_opt.rcv_tsecr &&
(__s32)(tp->rx_opt.rcv_tsecr - tp->retrans_stamp) < 0);
before(tp->rx_opt.rcv_tsecr, tp->retrans_stamp));
}

/* Undo procedures. */
Expand Down

0 comments on commit 1019615

Please sign in to comment.