Skip to content

Commit d186d93

Browse files
committed
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.
1 parent 772afe9 commit d186d93

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
3 November 2024 - mptcpd 0.13
2+
3+
- mptcpd now supports ELL 0.68.
4+
5+
- Documentation was improved for the "check_route" address
6+
notification flag.
7+
8+
- Listening socket creation is now optional for users space path
9+
manager plugins. Plugins may now call
10+
mptcpd_pm_add_addr_no_listener() instead of mptcpd_pm_add_addr() to
11+
announce a new address without creating a new listener socket.
12+
13+
- The script `mptcp-get-debug' was added to help simplify information
14+
collection for MPTCP related bug reports in general, not just for
15+
mptcpd alone. It is installed in the `libexec' directory for a
16+
given Linux distribution, such as `/usr/local/libexec'. Run it with
17+
the '--help' command line argument to list available options.
18+
19+
- A crash (seg fault) that occured if the `/etc/protocols' file does
20+
not exist was fixed.
21+
122
23 January 2023 - mptcpd 0.12
223

324
- mptcpd will be hosted at https://github.com/multipath-tcp/mptcpd

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
AC_PREREQ([2.69])
88
AC_INIT([mptcpd],
9-
[0.12],
9+
[0.13],
1010
1111
[],
1212
[https://github.com/multipath-tcp/mptcpd])

0 commit comments

Comments
 (0)