multipath-tcp / mptcpd

mptcpd is a daemon for Linux that performs Multipath TCP path management related operations in the user space 😈
https://mptcpd.mptcp.dev/
BSD 3-Clause "New" or "Revised" License
169 stars 36 forks source link

src: Set MPTCP_PM_ADDR_FLAG_SIGNAL as needed. #259

Closed ossama-othman closed 1 year ago

ossama-othman commented 1 year ago

The MPTCP_PM_ADDR_FLAG_SIGNAL flag is required when a port is specified. Make sure it is set when setting flags for the given network address through through mptcpd_kpm_set_limits().

This also corrects an invalid argument (EINVAL) error exhibited by the test-commands unit test.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3048993486

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 3040164997: 0.05%
Covered Lines: 1388
Relevant Lines: 2144

💛 - Coveralls