Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15002
b: refs/heads/master
c: 5b49561
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Young authored and David S. Miller committed Dec 7, 2005
1 parent bf2d2bd commit 62d9e7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 1f12bcc9d1840fd26bf577065214f1ebeb2609ba
refs/heads/master: 5b4956138173cb8b58d83d3173360e8e681a2b66
8 changes: 4 additions & 4 deletions trunk/net/ipv4/tcp_vegas.c
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,11 @@ static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack,
else if (tp->snd_cwnd > tp->snd_cwnd_clamp)
tp->snd_cwnd = tp->snd_cwnd_clamp;
}
}

/* Wipe the slate clean for the next RTT. */
vegas->cntRTT = 0;
vegas->minRTT = 0x7fffffff;
/* Wipe the slate clean for the next RTT. */
vegas->cntRTT = 0;
vegas->minRTT = 0x7fffffff;
}
}

/* Extract info for Tcp socket info provided via netlink. */
Expand Down

0 comments on commit 62d9e7e

Please sign in to comment.