|
| 1 | +19 August 2022 - mptcpd 0.11 |
| 2 | + |
| 3 | +- Support for the user space MPTCP path management generic netlink API |
| 4 | + in the Linux 5.19 kernel was implemented. |
| 5 | + |
| 6 | + - MPTCP address advertisements may now be managed through the |
| 7 | + mptcpd_pm_add_addr() and mptcpd_pm_remove_addr() functions. |
| 8 | + Listening sockets required for accepting subflow joins through |
| 9 | + advertised addresses will be handled automatically by mptcpd if |
| 10 | + not previously created through the mptcpd listener manager API |
| 11 | + described below. |
| 12 | + |
| 13 | + - The mptcpd_pm_add_addr() struct sockaddr parameter is now |
| 14 | + non-const to allow a zero valued TCP port to be updated with the |
| 15 | + ephemeral port chosen by the kernel and passed back to the user |
| 16 | + through that struct sockaddr parameter. |
| 17 | + |
| 18 | + - Subflows may be managed through mptcpd plugins through the |
| 19 | + mptcpd_pm_add_subflow(), mptcpd_pm_set_backup(), and |
| 20 | + mptcpd_pm_remove_subflow(). |
| 21 | + |
| 22 | + - A new "mptcpd_lm" listener manager interface was added to the |
| 23 | + mptcpd library. It allows plugins to explicitly manage listening |
| 24 | + sockets that are needed when advertising addresses, such as when |
| 25 | + creating listener pools. The global mptcpd listener manager may |
| 26 | + be retrieved through the mptcpd_pm_get_lm() function. |
| 27 | + |
| 28 | +- Propagate the "server side" flag to "new_connection" and |
| 29 | + "connection_established" plugin operations. |
| 30 | + |
| 31 | +- Support a new "fullmesh" address flag in the mptcpd configuration |
| 32 | + file and command line "addr-flags" configuration option. "fullmesh" |
| 33 | + is only relevant to the in-kernel path manager. See the ip-mptcp(8) |
| 34 | + man page for details on the "fullmesh" address flag. |
| 35 | + |
| 36 | +- Allow the mptcpd network monitor unit test to pass if it detects an |
| 37 | + active interface without any IPv4 or v6 addresses. This can occur |
| 38 | + when an interface is attached to a bridge. The bridge would have |
| 39 | + attached IP addresses but not the interface. |
| 40 | + |
| 41 | +- Memory leaks that occured when parsing the "addr-flags" and |
| 42 | + "notify-flags" entries in the mptcpd configuration file were fixed. |
| 43 | + |
| 44 | +- A use-after-free memory error was corrected in the mptcpd |
| 45 | + "load-plugins" configuration code. |
| 46 | + |
| 47 | +- Improved the underlying mptcpd ID manager hash algorithm by replacing |
| 48 | + the existing trivial hash with the MurmurHash3 algorithm. |
| 49 | + |
1 | 50 | 24 June 2022 - mptcpd 0.10
|
2 | 51 |
|
3 | 52 | - Inconsistent byte order handling in mptcpd was corrected. TCP ports
|
|
0 commit comments