Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26530
b: refs/heads/master
c: 5528e56
h: refs/heads/master
v: v3
  • Loading branch information
John Heffner authored and David S. Miller committed May 6, 2006
1 parent 81bd244 commit e775eb4
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: f530937b2cccdb131cb459977943c98421ab09b3
refs/heads/master: 5528e568a760442e0ec8fd2dea1f0791875a066b
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_highspeed.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt,
if (tp->snd_cwnd < tp->snd_cwnd_clamp) {
tp->snd_cwnd_cnt += ca->ai;
if (tp->snd_cwnd_cnt >= tp->snd_cwnd) {
tp->snd_cwnd++;
tp->snd_cwnd_cnt -= tp->snd_cwnd;
tp->snd_cwnd++;
}
}
}
Expand Down

0 comments on commit e775eb4

Please sign in to comment.