Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201096
b: refs/heads/master
c: 45e77d3
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Jul 19, 2010
1 parent d5ebcd0 commit bd190e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b508998f665ee6d6a15eae11be258c3e94c33562
refs/heads/master: 45e77d314585869dfe43c82679f7e08c9b35b898
3 changes: 3 additions & 0 deletions trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,9 @@ void tcp_xmit_retransmit_queue(struct sock *sk)
int mib_idx;
int fwd_rexmitting = 0;

if (!tp->packets_out)
return;

if (!tp->lost_out)
tp->retransmit_high = tp->snd_una;

Expand Down

0 comments on commit bd190e8

Please sign in to comment.