RC Scheduling Implementation Issues
Implement a regulator
- if we can tolerate some granularity in time stamps, can use a calendar queue
- for delay-jitter regulation, also need clock synchronization and timestamps in each pkt
Implement a scheduler
- if FCFS or multi-FCFS, just queues
- if sorted/deadlines, etc need priority queue