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 aux virtual 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.