Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361838
b: refs/heads/master
c: 7ebe183
h: refs/heads/master
v: v3
  • Loading branch information
Yuchung Cheng authored and David S. Miller committed Mar 24, 2013
1 parent 65239df commit 05157b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 8fe7f99a9e11a43183bc27420309ae105e1fec1a
refs/heads/master: 7ebe183c6d444ef5587d803b64a1f4734b18c564
7 changes: 2 additions & 5 deletions trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2059,11 +2059,8 @@ void tcp_enter_loss(struct sock *sk, int how)
if (tcp_is_reno(tp))
tcp_reset_reno_sack(tp);

if (!how) {
/* Push undo marker, if it was plain RTO and nothing
* was retransmitted. */
tp->undo_marker = tp->snd_una;
} else {
tp->undo_marker = tp->snd_una;
if (how) {
tp->sacked_out = 0;
tp->fackets_out = 0;
}
Expand Down

0 comments on commit 05157b4

Please sign in to comment.