This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: correct chronos for meta and subflows
the chronos that track socket states "sendbuf limited" "busy" and "receive window" limited need to be properly handled by mptcp. Specifically: * send buffer is managed only by the meta, so when space is available in the meta send buffer, meta and subflow "sendbuf limited" chronos must be stopped. * similarly, the chrono for "send buf limited" is started by the mptcp scheduler, both for meta and the available subflow. * receive window limited chrono added to meta window checks in scheduler and mptcp_write_xmit (this was missing). Fixes: 0bc2117 ("Merge tag 'v4.10' into mptcp_trunk") Signed-off-by: Tim Froidcoeur <tim.froidcoeur@tessares.net> Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
- Loading branch information
1 parent
9d3f35b
commit 27bf186
Showing
4 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters