Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9671
b: refs/heads/master
c: 42a3945
h: refs/heads/master
i:
  9669: cc94bb5
  9667: b643c28
  9663: da7b33b
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Oct 5, 2005
1 parent 7436378 commit 438aa9b
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: fab10fe37ad8dc4388fc444c89ef5aefe906354f
refs/heads/master: 42a39450f830c57432fd4e5644fa81f41ce7156d
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_bic.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static inline void bictcp_update(struct bictcp *ca, u32 cwnd)
else if (cwnd < ca->last_max_cwnd + max_increment*(BICTCP_B-1))
/* slow start */
ca->cnt = (cwnd * (BICTCP_B-1))
/ cwnd-ca->last_max_cwnd;
/ (cwnd - ca->last_max_cwnd);
else
/* linear increase */
ca->cnt = cwnd / max_increment;
Expand Down

0 comments on commit 438aa9b

Please sign in to comment.