This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Description
Hi there.
1、I am studying scheduler of MPTCP to improve performance. It is difficult to implement a new scheduler in underlying code. So I am wondering if I can switch the scheduler during transforming a file to combine the advantages of all the scheduler having existed by setsockopt(sock, SOL_TCP, MPTCP_SCHEDULER, scheduler, strlen(scheduler)); For example, scheduler swiches form roundrobin to deafult when gap of RTT is large.
2、At present, there are two pathManager : default and fullmesh. What If I want to use two of the three interfaces?