Skip to content

Commit

Permalink
mptcpd 0.13
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
ossama-othman committed Nov 3, 2024
1 parent 772afe9 commit d186d93
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
3 November 2024 - mptcpd 0.13

- 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.

23 January 2023 - mptcpd 0.12

- mptcpd will be hosted at https://github.com/multipath-tcp/mptcpd
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

AC_PREREQ([2.69])
AC_INIT([mptcpd],
[0.12],
[0.13],
[[email protected]],
[],
[https://github.com/multipath-tcp/mptcpd])
Expand Down

0 comments on commit d186d93

Please sign in to comment.