Skip to content

Commit 863e83f

Browse files
author
Ossama Othman
authored
mptcpd 0.12
- mptcpd will be hosted at https://github.com/multipath-tcp/mptcpd after this release. - The payload sizes of path management commands sent to the kernel were reduced in some cases, slightly improving performance. - Automatically set the "signal" flag when a TCP/IP address with a non-zero port is passed to the mptcpd_kpm_set_flags() function. The "signal" flag is required when a port is specified. - A potential memory violation that occurred when cleaning up resources in the case of a failed attempt to track a network address was corrected. - Several order of operation problems in the `test-commands' unit test were addressed. The `test-commands' unit test now succeeds as expected. - Skip the listener manager unit test if the kernel doesn't support MPTCP.
1 parent f23ff98 commit 863e83f

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

NEWS

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
23 January 2023 - mptcpd 0.12
2+
3+
- mptcpd will be hosted at https://github.com/multipath-tcp/mptcpd
4+
after this release.
5+
6+
- The payload sizes of path management commands sent to the kernel
7+
were reduced in some cases, slightly improving performance.
8+
9+
- Automatically set the "signal" flag when a TCP/IP address with a
10+
non-zero port is passed to the mptcpd_kpm_set_flags() function. The
11+
"signal" flag is required when a port is specified.
12+
13+
- A potential memory violation that occurred when cleaning up
14+
resources in the case of a failed attempt to track a network
15+
address was corrected.
16+
17+
- Several order of operation problems in the `test-commands' unit test
18+
were addressed. The `test-commands' unit test now succeeds as
19+
expected.
20+
21+
- Skip the listener manager unit test if the kernel doesn't support
22+
MPTCP.
23+
124
19 August 2022 - mptcpd 0.11
225

326
- Support for the user space MPTCP path management generic netlink API

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# -*- Autoconf -*-
33
# Process this file with autoconf to produce a configure script.
44
#
5-
# Copyright (c) 2017-2022, Intel Corporation
5+
# Copyright (c) 2017-2023, Intel Corporation
66

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

0 commit comments

Comments
 (0)