Dequeue state
Send the packet to the link interface.
If no packet in any queue,
- Return to the idle state.
Else:
- choose the packet with the lowest auxVC clock stamp.
- extract the packet from the queue.
- calculate the packet transmission time.
- issue an interrupt at (simulation time + transmission time).
Return to the idle state.