Skip to content

Commit

Permalink
mptcpd 0.12
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
Ossama Othman authored Jan 23, 2023
1 parent f23ff98 commit 863e83f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
23 January 2023 - 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.

19 August 2022 - mptcpd 0.11

- Support for the user space MPTCP path management generic netlink API
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
#
# Copyright (c) 2017-2022, Intel Corporation
# Copyright (c) 2017-2023, Intel Corporation

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

0 comments on commit 863e83f

Please sign in to comment.