Skip to content

mptcpd 0.5.1

Compare
Choose a tag to compare
@ossama-othman ossama-othman released this 14 Dec 05:27

This is a minor release based on mptcpd 0.5 that contains the following back-ported changes from the upcoming mptcpd 0.6 release:

  • Mptcpd now supports versions of the Embedded Linux Library (ELL) greater than 0.33.

  • Plugins should use the new MPTCPD_PLUGIN_DEFINE() preprocessor macro instead of L_PLUGIN_DEFINE().

  • A pointer to the mptcpd path manager object, i.e. struct mptcpd *pm, is now passed to the plugin init and exit functions. This allows plugins to potentially perform mptcpd path manager related operations during initialization and finalization.