diff options
author | Stefan Baranoff <sbaranoff@gmail.com> | 2018-07-15 11:36:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-16 14:06:44 -0700 |
commit | 31048d7aedf31bf0f69c54a662944632f29d82f2 (patch) | |
tree | 32de842218f56480c1a6090df6f05a2c47da601e /sound | |
parent | 432e629e56432064761be63bcd5e263c0920430d (diff) | |
download | linux-31048d7aedf31bf0f69c54a662944632f29d82f2.tar.bz2 |
tcp: Fix broken repair socket window probe patch
Correct previous bad attempt at allowing sockets to come out of TCP
repair without sending window probes. To avoid changing size of
the repair variable in struct tcp_sock, this lets the decision for
sending probes or not to be made when coming out of repair by
introducing two ways to turn it off.
v2:
* Remove erroneous comment; defines now make behavior clear
Fixes: 70b7ff130224 ("tcp: allow user to create repair socket without window probes")
Signed-off-by: Stefan Baranoff <sbaranoff@gmail.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions