projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12eb7e
)
[PATCH] TCP: fix vegas build
author
Jeff Garzik
<jgarzik@pobox.com>
Fri, 11 Nov 2005 09:43:47 +0000
(
04:43
-0500)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 11 Nov 2005 17:21:28 +0000
(09:21 -0800)
Recent TCP changes broke the build.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/ipv4/tcp_vegas.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_vegas.c
b/net/ipv4/tcp_vegas.c
index
4376814
..
b7d296a
100644
(file)
--- a/
net/ipv4/tcp_vegas.c
+++ b/
net/ipv4/tcp_vegas.c
@@
-236,7
+236,7
@@
static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack,
/* We don't have enough RTT samples to do the Vegas
* calculation, so we'll behave like Reno.
*/
- tcp_reno_cong_avoid(sk, ack, seq_rtt, in_flight,
cnt
);
+ tcp_reno_cong_avoid(sk, ack, seq_rtt, in_flight,
flag
);
} else {
u32 rtt, target_cwnd, diff;