tcp: allow user to create repair socket without window probes
authorStefan Baranoff <sbaranoff@gmail.com>
Tue, 10 Jul 2018 21:31:10 +0000 (17:31 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2018 21:33:45 +0000 (14:33 -0700)
commit70b7ff130224d2d22a158c7f4aa5e7fb1c95949d
tree40c2c3b49333960955008e2a5ac29752025a461e
parent21684dc46c598e477707487c009f9773f7c0382d
tcp: allow user to create repair socket without window probes

Under rare conditions where repair code may be used it is possible that
window probes are either unnecessary or undesired. If the user knows that
window probes are not wanted or needed this change allows them to skip
sending them when a socket comes out of repair.

Signed-off-by: Stefan Baranoff <sbaranoff@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c