Skip to content

mptcpd 0.12

Compare
Choose a tag to compare
@ossama-othman ossama-othman released this 23 Jan 23:25
863e83f
  • mptcpd will be hosted at 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.