Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277984
b: refs/heads/master
c: 8cd6d61
h: refs/heads/master
v: v3
  • Loading branch information
Neal Cardwell authored and David S. Miller committed Nov 27, 2011
1 parent c87c7c6 commit 6888307
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f698204bd0bfdc645642e271da117b56b795aee0
refs/heads/master: 8cd6d6162d998da579d40a1ee061bf8ce1610ff8
3 changes: 2 additions & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,8 @@ static void tcp_try_to_open(struct sock *sk, int flag)

if (inet_csk(sk)->icsk_ca_state != TCP_CA_CWR) {
tcp_try_keep_open(sk);
tcp_moderate_cwnd(tp);
if (inet_csk(sk)->icsk_ca_state != TCP_CA_Open)
tcp_moderate_cwnd(tp);
} else {
tcp_cwnd_down(sk, flag);
}
Expand Down

0 comments on commit 6888307

Please sign in to comment.