Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61881
b: refs/heads/master
c: c65c513
h: refs/heads/master
i:
  61879: d528c2d
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 19, 2007
1 parent bf2c139 commit 2beb129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 721e2629fa2167c0e5a9f10d704b1fee1621a8cb
refs/heads/master: c65c5131b349b08f3292b1cd10239cf376bfcb15
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_htcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2beb129

Please sign in to comment.