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:
6b1de91
)
[TCP]: TCP highspeed build error
author
Stephen Hemminger
<shemminger@osdl.org>
Thu, 17 Nov 2005 22:11:18 +0000
(14:11 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 17 Nov 2005 22:11:18 +0000
(14:11 -0800)
There is a compile error that crept in with the last patch of
TCP patches.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_highspeed.c
patch
|
blob
|
history
diff --git
a/net/ipv4/tcp_highspeed.c
b/net/ipv4/tcp_highspeed.c
index 82b3c189bd7dd49b8bdf262bfcfb60f63fe4adbc..63cf7e54084791c54d5def202ef124ae70eee770 100644
(file)
--- a/
net/ipv4/tcp_highspeed.c
+++ b/
net/ipv4/tcp_highspeed.c
@@
-111,7
+111,7
@@
static void hstcp_init(struct sock *sk)
}
static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt,
- u32 in_flight,
u32 pkts
_acked)
+ u32 in_flight,
int data
_acked)
{
struct tcp_sock *tp = tcp_sk(sk);
struct hstcp *ca = inet_csk_ca(sk);