Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41909
b: refs/heads/master
c: d2e4bdc
h: refs/heads/master
i:
  41907: 6cdab41
v: v3
  • Loading branch information
David S. Miller committed Dec 3, 2006
1 parent b4472a1 commit 528478f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6b57c93dc3aa0115b589cb89ef862d46ab9bd95e
refs/heads/master: d2e4bdc8704b0e711c5046a430bfd1681b0bd5a9
4 changes: 2 additions & 2 deletions trunk/net/ipv4/tcp_vegas.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
* with V_PARAM_SHIFT bits to the right of the binary point.
*/
#define V_PARAM_SHIFT 1
static int alpha = 1<<V_PARAM_SHIFT;
static int beta = 3<<V_PARAM_SHIFT;
static int alpha = 2<<V_PARAM_SHIFT;
static int beta = 4<<V_PARAM_SHIFT;
static int gamma = 1<<V_PARAM_SHIFT;

module_param(alpha, int, 0644);
Expand Down

0 comments on commit 528478f

Please sign in to comment.