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 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mptcp: propagate TCP_CONGESTION sockopt to subflows
mptcp sets the CC set by socket option from the meta flow on the subflows when they are created, but already existing subflows do not get updated. This patch propagates any CC change through setsockopt to already existing subflows. Fixes: 62c7c2e (mptcp: allow app to change congestion control) Signed-off-by: Tim Froidcoeur <tim.froidcoeur@tessares.net> Signed-off-by: Christoph Paasch <cpaasch@apple.com>
- Loading branch information
1 parent
ec533a3
commit e8f2499
Showing
4 changed files
with
33 additions
and
1 deletion.
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