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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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