Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 498 Bytes

programming-scheduling.md

File metadata and controls

7 lines (4 loc) · 498 Bytes

Scheduling

A network scheduler, also called packet scheduler, queueing discipline (qdisc) or queueing algorithm, is an arbiter on a node in a packet switching communication network. It manages the sequence of network packets in the transmit and receive queues of the protocol stack and network interface controller. - wikipedia

Guides