Files
unison/doc/models/source
Stefano Avallone bedc89eea9 traffic-control: Add the QueueDisc base class
QueueDisc is a base class providing the interface and implementing
the operations common to all the queueing disciplines. Child classes
need to implement the methods used to enqueue a packet (DoEnqueue),
dequeue a single packet (DoDequeue), get a copy of the next packet
to extract (DoPeek), plus methods to classify enqueued packets in
case they manage multiple queues internally.
2016-03-08 10:44:13 -08:00
..
2013-03-18 22:29:43 -07:00
2013-11-27 21:24:31 -08:00
2011-05-13 23:10:33 -07:00
2011-05-13 23:10:33 -07:00

This directory stores .rst files that are used to build the model library
documentation but that are not stored with a particular module.