Skip to content

Commit 88e46ac

Browse files
committed
tgupdate: merge t/DO-NOT-MERGE-mptcp-enabled-by-default into t/upstream base
2 parents 01436d0 + 07ab07a commit 88e46ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/mptcp/ctrl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ void mptcp_active_detect_blackhole(struct sock *ssk, bool expired)
418418
MPTCP_INC_STATS(net, MPTCP_MIB_MPCAPABLEACTIVEDROP);
419419
subflow->mpc_drop = 1;
420420
mptcp_subflow_early_fallback(mptcp_sk(subflow->conn), subflow);
421-
} else {
422-
subflow->mpc_drop = 0;
423421
}
422+
} else if (ssk->sk_state == TCP_SYN_SENT) {
423+
subflow->mpc_drop = 0;
424424
}
425425
}
426426

0 commit comments

Comments
 (0)