Skip to content

Conversation

matttbe
Copy link
Member

@matttbe matttbe commented Sep 2, 2025

This flag has been added on the kernel side. It is set when the other peer requested not to create new subflows to the initial IP address and port.

The new_connection and connection_established interfaces are then modified: a new deny_join_id0 parameter is added. LIB_CURRENT, the sspi plugin, and different tests have been modified accordingly.

Also, a switch to the server-side flag have been added.

@coveralls
Copy link

coveralls commented Sep 2, 2025

Pull Request Test Coverage Report for Build 17590220691

Details

  • 1 of 14 (7.14%) changed or added relevant lines in 2 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.4%) to 68.597%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/path_manager.c 0 13 0.0%
Files with Coverage Reduction New Missed Lines %
src/path_manager.c 1 31.48%
Totals Coverage Status
Change from base Build 14903550590: -0.4%
Covered Lines: 1516
Relevant Lines: 2210

💛 - Coveralls

@matttbe matttbe force-pushed the mptcp-pm-user-c-flag branch from c0adbc7 to 492966d Compare September 9, 2025 17:10
@matttbe
Copy link
Member Author

matttbe commented Sep 9, 2025

This was referenced Oct 9, 2025
This flag being added on the kernel side [1]. It is set when the other
peer requested not to create new subflows to the initial IP address and
port.

The 'new_connection' and 'connection_established' interfaces are then
modified: a new deny_join_id0 parameter is added. LIB_CURRENT, the sspi
plugin, and different tests have been modified accordingly.

Link: https://lore.kernel.org/[email protected]
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
This flag is being added in the kernel [1].

It is going to replace the server-side attribute. Check both to be
future proof.

Link: https://lore.kernel.org/20250909-mptcp-pm-user-server-side-flag-v1-0-cb8e2b8d1c0c@kernel.org [1]
Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
@matttbe matttbe force-pushed the mptcp-pm-user-c-flag branch from 492966d to c3030c1 Compare October 9, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants