Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15597
b: refs/heads/master
c: 74cb879
h: refs/heads/master
i:
  15595: 7aa0c46
v: v3
  • Loading branch information
Thomas Young authored and David S. Miller committed Jan 4, 2006
1 parent 7993a6f commit cf65589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9369986306d4692f37b61302d4e1ce3054d8833e
refs/heads/master: 74cb8798222bb7d1aecb0acb91e6eeedf5feb948
4 changes: 4 additions & 0 deletions trunk/net/ipv4/tcp_vegas.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack,
vegas->cntRTT = 0;
vegas->minRTT = 0x7fffffff;
}
/* Use normal slow start */
else if (tp->snd_cwnd <= tp->snd_ssthresh)
tcp_slow_start(tp);

}

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

0 comments on commit cf65589

Please sign in to comment.