On 11/19/2013 10:10 PM, Andrey Vagin wrote: > > Cc: Pavel Emelyanov <[email protected]> > Cc: Eric Dumazet <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: Alexey Kuznetsov <[email protected]> > Cc: James Morris <[email protected]> > Cc: Hideaki YOSHIFUJI <[email protected]> > Cc: Patrick McHardy <[email protected]> > Signed-off-by: Andrey Vagin <[email protected]>
Acked-by: Pavel Emelyanov <[email protected]> > --- > net/ipv4/tcp_output.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c > index 6728546..fa9f57d 100644 > --- a/net/ipv4/tcp_output.c > +++ b/net/ipv4/tcp_output.c > @@ -3093,7 +3093,6 @@ void tcp_send_window_probe(struct sock *sk) > { > if (sk->sk_state == TCP_ESTABLISHED) { > tcp_sk(sk)->snd_wl1 = tcp_sk(sk)->rcv_nxt - 1; > - tcp_sk(sk)->snd_nxt = tcp_sk(sk)->write_seq; > tcp_xmit_probe_skb(sk, 0); > } > } > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

