Revert "mptcp: sched: check both backup in retrans"
This reverts commit 772ceb7452
.
This commit is contained in:
parent
15c909dc17
commit
ca5fc87f0c
1 changed files with 1 additions and 1 deletions
|
@ -1664,7 +1664,7 @@ static struct sock *mptcp_subflow_get_retrans(const struct mptcp_sock *msk)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
if (subflow->backup || subflow->request_bkup) {
|
||||
if (subflow->backup) {
|
||||
if (!backup)
|
||||
backup = ssk;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue