Hello there,
I hope you are doing well.
I have two questions:
How can I see the available MPTCP scheduler in Linux?
How can a newly created scheduler be added to the schedulers lists and set by using:
sudo sysctl net.mptcp.mptcp_scheduler
Is there a procedure like:
cc=$(< /proc/sys/net/ipv4/tcp_allowed_congestion_control)
cc="$mptcp_wvegas"
sudo sysctl net.ipv4.tcp_allowed_congestion_control=$cc
Which is for congestion control?
Thanks a lot