TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success
authorJohn Heffner <johnwheffner@gmail.com>
Thu, 7 Oct 2010 04:18:02 +0000 (21:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2010 04:18:02 +0000 (21:18 -0700)
commit9c6d5e5537e3997c47b65925a235392c1968fb51
tree130ed7bf5c658612bb9b34dfb05d518212c61473
parent69259abb64d4da77273bf59accfc9fa79e7165f4
TCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success

This looks like a simple typo that has gone unnoticed for some time.  The
impact is relatively low but it's clearly wrong.

Signed-off-by: John Heffner <johnwheffner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c