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
I am currently using CCP for my work. I would like to run two different algorithms say reno.py and cubic.py of CCP in the same node at the same time for two different flows. Is this feature available in CCP? Or please suggest me the necessary changes to enable this feature.
Thanks and regrads,
Ramya
The text was updated successfully, but these errors were encountered:
With the current version on master, it's not possible to use different algorithms for different flows
You might be in luck! Running different algorithms for different flows is something we are currently in the process of adding. We've made the change inside CCP itself (run-multiple-rebased branch on portus), but we haven't yet propagated it to all the downstream projects dependent on CCP, such as generic-cong-avoid, python bindings, ccp-kernel etc.
If you can let us know your specific use case and time line we can do our best to make it work out for you.
which datapath are you using? linux kernel or something else?
are you using generic-cong-avoid or writing your own algorithm?
are you planning to use the python bindings or are you ok writing an algorithm in rust?
Also, we're always interested to hear how people are using CCP in their work, so please keep us updated!
Hi,
I am currently using CCP for my work. I would like to run two different algorithms say reno.py and cubic.py of CCP in the same node at the same time for two different flows. Is this feature available in CCP? Or please suggest me the necessary changes to enable this feature.
Thanks and regrads,
Ramya
The text was updated successfully, but these errors were encountered: