|
@@ -561,7 +561,7 @@ static void sctp_do_8_2_transport_strike(struct sctp_cmd_seq *commands,
|
|
|
*/
|
|
*/
|
|
|
if (net->sctp.pf_enable &&
|
|
if (net->sctp.pf_enable &&
|
|
|
(transport->state == SCTP_ACTIVE) &&
|
|
(transport->state == SCTP_ACTIVE) &&
|
|
|
- (asoc->pf_retrans < transport->pathmaxrxt) &&
|
|
|
|
|
|
|
+ (transport->error_count < transport->pathmaxrxt) &&
|
|
|
(transport->error_count > asoc->pf_retrans)) {
|
|
(transport->error_count > asoc->pf_retrans)) {
|
|
|
|
|
|
|
|
sctp_assoc_control_transport(asoc, transport,
|
|
sctp_assoc_control_transport(asoc, transport,
|