-
mptcpd now supports ELL 0.68.
-
Documentation was improved for the
check_route
address notification flag. -
Listening socket creation is now optional for user space path manager plugins. Plugins may now call
mptcpd_pm_add_addr_no_listener()
instead ofmptcpd_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 thelibexec
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.