Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40367
b: refs/heads/master
c: 2a272f9
h: refs/heads/master
i:
  40365: fac36a7
  40363: e3a83eb
  40359: d13c5fb
  40351: e40f844
v: v3
  • Loading branch information
Gavin McCullagh authored and David S. Miller committed Oct 26, 2006
1 parent a70f3b3 commit 925f8be
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: 22119240b1c8f64eebb6ffb368c927b2f8be4136
refs/heads/master: 2a272f98619f188efe22119b0415aac6bc34a13f
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_htcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module_param(use_bandwidth_switch, int, 0644);
MODULE_PARM_DESC(use_bandwidth_switch, "turn on/off bandwidth switcher");

struct htcp {
u16 alpha; /* Fixed point arith, << 7 */
u32 alpha; /* Fixed point arith, << 7 */
u8 beta; /* Fixed point arith, << 7 */
u8 modeswitch; /* Delay modeswitch until we had at least one congestion event */
u32 last_cong; /* Time since last congestion event end */
Expand Down

0 comments on commit 925f8be

Please sign in to comment.