Geliang Tang
Geliang Tang
@matttbe @fw-strlen Could Florian's commit "mptcp: add netlink event support" close this issue?
Fullmesh path manager support #193
Round-robin packet scheduler support #194
Hi Matt, I just assigned this issue to myself. I'll dry to implement the Round-robin scheduler using BPF.
@matttbe Matt, the task "BPF selftests: use a dedicated netns for each test" has been completed and can be closed now.
@matttbe Matt, please give me more details about this issue. I'll try to implement it. Thanks.
How about invoking __mptcp_push_pending() right after mptcp_pm_nl_work() in mptcp_worker(). Something like: ``` mptcp_pm_nl_work(msk); + __mptcp_push_pending(sk, 0); + mptcp_check_send_data_fin(sk); mptcp_check_data_fin_ack(sk); mptcp_check_data_fin(sk); ```
Matt, I can assist you in implementing this.
Hi Matt, I assigned this issue to myself since my colleague Gang Yan (Dwyane-Yan) in my group is looking at it.
@matttbe Hi Matt, does anyone look at this issue? If not, I am willing to take a look. Please assign it to me.