Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263962
b: refs/heads/master
c: f779b2d
h: refs/heads/master
v: v3
  • Loading branch information
Zheng Yan authored and David S. Miller committed Sep 19, 2011
1 parent 8625cc6 commit 3cbf798
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: e05c82d3666119075615fdbf6abca0266344f27b
refs/heads/master: f779b2d60ab95c17f1e025778ed0df3ec2f05d75
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ static int tcp_is_sackblock_valid(struct tcp_sock *tp, int is_dsack,
return 0;

/* ...Then it's D-SACK, and must reside below snd_una completely */
if (!after(end_seq, tp->snd_una))
if (after(end_seq, tp->snd_una))
return 0;

if (!before(start_seq, tp->undo_marker))
Expand Down

0 comments on commit 3cbf798

Please sign in to comment.