projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
721e262
)
missed cong_avoid() instance
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 19 Jul 2007 23:17:45 +0000
(
00:17
+0100)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 23:29:55 +0000
(16:29 -0700)
Removal of rtt argument in ->cong_avoid() had missed tcp_htcp.c
instance.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
net/ipv4/tcp_htcp.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_htcp.c
b/net/ipv4/tcp_htcp.c
index 632c05a75883da2c6c15f25b20d0a908a49c1980..08a02e6045c9c17733dbdac5c4873ce242bec9c5 100644
(file)
--- a/
net/ipv4/tcp_htcp.c
+++ b/
net/ipv4/tcp_htcp.c
@@
-225,7
+225,7
@@
static u32 htcp_recalc_ssthresh(struct sock *sk)
return max((tp->snd_cwnd * ca->beta) >> 7, 2U);
}
-static void htcp_cong_avoid(struct sock *sk, u32 ack,
s32 rtt,
+static void htcp_cong_avoid(struct sock *sk, u32 ack,
u32 in_flight, int data_acked)
{
struct tcp_sock *tp = tcp_sk(sk);