Skip to content

DCN-Scheduling

Liangcheng Yu requested to merge liangcheng-yu/ns-3-dev:scheduling into master

The implementation of the ideal scheduling method Shortest Job First which prioritizes short flows assuming that the flow size is known a priori and the practical scheduling algorithm Multi-Level Feedback Queue. Both scheduling methods aim to minimize flow completion time in Data Center Networking.

Merge request reports