Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78659
b: refs/heads/master
c: d436d68
h: refs/heads/master
i:
  78657: 9076a13
  78655: b24b28e
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Jan 28, 2008
1 parent 55747d1 commit 119eefe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 409d22b470532cb92b91b9aeb7257357a176b849
refs/heads/master: d436d68630a74ba3c898ff1b53591ddc4eb7f2bf
3 changes: 1 addition & 2 deletions trunk/net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,9 +995,8 @@ unsigned int tcp_current_mss(struct sock *sk, int large_allowed)
static void tcp_cwnd_validate(struct sock *sk)
{
struct tcp_sock *tp = tcp_sk(sk);
__u32 packets_out = tp->packets_out;

if (packets_out >= tp->snd_cwnd) {
if (tp->packets_out >= tp->snd_cwnd) {
/* Network is feed fully. */
tp->snd_cwnd_used = 0;
tp->snd_cwnd_stamp = tcp_time_stamp;
Expand Down

0 comments on commit 119eefe

Please sign in to comment.