void __4_4_13_2__Weighted_Round_Robin_WRR_Scheduling() {
    /**
     * @group:       	4.4.13.2 Weighted Round Robin (WRR) Scheduling
     *
     * @description:	WRR scheduling is an alternative to strict priority scheduling for egress queues. It is referred to as fair queuing because
     * 					it gives proportionally higher priority to the highest priority queue, but not absolute priority.
     *
     */
}