Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214959
b: refs/heads/master
c: 9c6d5e5
h: refs/heads/master
i:
  214957: 506efce
  214955: 5a30085
  214951: 998a449
  214943: b1b37a8
v: v3
  • Loading branch information
John Heffner authored and David S. Miller committed Oct 7, 2010
1 parent 8e79faa commit e0f1420
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: 69259abb64d4da77273bf59accfc9fa79e7165f4
refs/heads/master: 9c6d5e5537e3997c47b65925a235392c1968fb51
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -2874,7 +2874,7 @@ static void tcp_mtup_probe_success(struct sock *sk)
icsk->icsk_mtup.probe_size;
tp->snd_cwnd_cnt = 0;
tp->snd_cwnd_stamp = tcp_time_stamp;
tp->rcv_ssthresh = tcp_current_ssthresh(sk);
tp->snd_ssthresh = tcp_current_ssthresh(sk);

icsk->icsk_mtup.search_low = icsk->icsk_mtup.probe_size;
icsk->icsk_mtup.probe_size = 0;
Expand Down

0 comments on commit e0f1420

Please sign in to comment.