commit | 70b7ff130224d2d22a158c7f4aa5e7fb1c95949d | [log] [tgz] |
---|---|---|
author | Stefan Baranoff <sbaranoff@gmail.com> | Tue Jul 10 17:31:10 2018 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 14:33:45 2018 -0700 |
tree | 40c2c3b49333960955008e2a5ac29752025a461e | |
parent | 21684dc46c598e477707487c009f9773f7c0382d [diff] |
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>