mptcpd icon indicating copy to clipboard operation
mptcpd copied to clipboard

Test full kernel-to-user and user-to-kernel path management code paths

Open ossama-othman opened this issue 5 years ago • 0 comments

Existing tests focus predominantly on individual mptcpd components, without much kernel involvement. Tests should be written or improved to cover the full path management code path, including:

  • Kernel to user space
    • Trigger path management events in the kernel so that they are handled by mptcpd, and eventually routed to a mptcpd plugin.
  • User to kernel space
    • Issue path management commands through a mptcpd plugin, and very that the commands were handled by the kernel.

ossama-othman avatar May 12 '20 22:05 ossama-othman