multipath-tcp / mptcp

⚠️⚠️⚠️ Deprecated 🚫 Out-of-tree Linux Kernel implementation of MultiPath TCP. 👉 Use https://github.com/multipath-tcp/mptcp_net-next repo instead ⚠️⚠️⚠️
https://github.com/multipath-tcp/mptcp_net-next
Other
887 stars 334 forks source link

Available schedulers #494

Closed rezapoorzare1 closed 1 year ago

rezapoorzare1 commented 1 year ago

Hello there,

I hope that you are doing well. I have a question: Is there a command line that shows the available schedulers? Like one for congestion control: "sysctl net.ipv4.tcp_available_congestion_control"

Thanks a lot

matttbe commented 1 year ago

Hello,

No, I don't think there is any commands. You can list all MPTCP modules maybe:

ls /lib/modules/$(uname -r)/kernel/net/mptcp/*.ko
rezapoorzare1 commented 1 year ago

Thanks a lot for your answer. I appreciate the time you spend on answering issues, thanks a lot.

matttbe commented 1 year ago

:+1: I suggest to close this issue then!