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
888 stars 336 forks source link

Capacity of a Subflow #312

Open FiratA opened 5 years ago

FiratA commented 5 years ago

Hello guys,

i am using a subflow, which has a capacity of 10 Mbit/s. And i am trying to find out when the capacity of that subflow is reached. I used the snd_cwnd (send congestion window) which kind of helped out. The congestion window was growing until the capacity was reached then it fall back to the initial value of 10. but when i include a delay on that path the send congestion window grows further instead of decreasing.

Can someone help to find which parameter is the best to use here. @cpaasch

Thanks in Advance.