Computing Finish Numbers
By knowing the current round number, calculate the finish number of a packet as its size (in bits) plus the greater of:
- the finish number of the previous packet in the same queue (active connections)
- the current round number (inactive connections)
For the moment, assume all weights are 1.0; we will extend this later…