You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: