Skip to content

mptcpd 0.13

Latest
Compare
Choose a tag to compare
@ossama-othman ossama-othman released this 03 Nov 22:34
· 4 commits to main since this release
v0.13
d186d93
  • mptcpd now supports ELL 0.68.

  • Documentation was improved for the check_route address notification flag.

  • Listening socket creation is now optional for user 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.