commit | a96701fb3534c45bd6fe5e6f6d3a91e3acc19b59 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Tue Jul 09 00:57:04 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 08 20:16:24 2019 -0700 |
tree | be56976cfbd9691bf79039fe50c95be1e119137a | |
parent | ccf355e52a3265624b7acadd693c849d599e9b9f [diff] |
sctp: remove reconf_enable from asoc asoc's reconf support is actually decided by the 4-shakehand negotiation, not something that users can set by sockopt. asoc->peer.reconf_capable is working for this. So remove it from asoc. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>