Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mptcpd 0.13 #310

Merged
merged 1 commit into from
Nov 3, 2024
Merged

mptcpd 0.13 #310

merged 1 commit into from
Nov 3, 2024

Conversation

ossama-othman
Copy link
Member

  • mptcpd now supports ELL 0.68.

  • Documentation was improved for the "check_route" address
    notification flag.

  • Listening socket creation is now optional for users space path
    manager plugins. Plugins may now call
    mptcpd_pm_add_addr_no_listener() instead of mptcpd_pm_add_addr() to
    announce a new address without creating a new listener socket.

  • The script mptcp-get-debug' was added to help simplify information collection for MPTCP related bug reports in general, not just for mptcpd alone. It is installed in the libexec' directory for a
    given Linux distribution, such as `/usr/local/libexec'. Run it with
    the '--help' command line argument to list available options.

  • A crash (seg fault) that occured if the `/etc/protocols' file does
    not exist was fixed.

- mptcpd now supports ELL 0.68.

- Documentation was improved for the "check_route" address
  notification flag.

- Listening socket creation is now optional for users space path
  manager plugins.  Plugins may now call
  mptcpd_pm_add_addr_no_listener() instead of mptcpd_pm_add_addr() to
  announce a new address without creating a new listener socket.

- The script `mptcp-get-debug' was added to help simplify information
  collection for MPTCP related bug reports in general, not just for
  mptcpd alone.  It is installed in the `libexec' directory for a
  given Linux distribution, such as `/usr/local/libexec'.  Run it with
  the '--help' command line argument to list available options.

- A crash (seg fault) that occured if the `/etc/protocols' file does
  not exist was fixed.
@ossama-othman ossama-othman self-assigned this Nov 3, 2024
@ossama-othman ossama-othman requested a review from matttbe November 3, 2024 14:58
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11652340747

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 64.075%

Totals Coverage Status
Change from base Build 11573771406: 0.0%
Covered Lines: 1409
Relevant Lines: 2199

💛 - Coveralls

Copy link
Member

@matttbe matttbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for preparing this new release!

@ossama-othman ossama-othman merged commit 0c36dba into multipath-tcp:main Nov 3, 2024
6 checks passed
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.

3 participants