Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119765
b: refs/heads/master
c: 0a0755c
h: refs/heads/master
i:
  119763: 0fcd1bd
v: v3
  • Loading branch information
David S. Miller committed Dec 6, 2008
1 parent 974292b commit a4ec665
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cde6901b7b69557a6f90f3183f76eda581af015e
refs/heads/master: 0a0755c9fe47dc9f8271935909c66096e43efbfe
2 changes: 2 additions & 0 deletions trunk/net/ipv4/tcp_vegas.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 in_flight)
tp->snd_cwnd = 2;
else if (tp->snd_cwnd > tp->snd_cwnd_clamp)
tp->snd_cwnd = tp->snd_cwnd_clamp;

tp->snd_ssthresh = tcp_current_ssthresh(sk);
}

/* Wipe the slate clean for the next RTT. */
Expand Down

0 comments on commit a4ec665

Please sign in to comment.