Documentation ¶
Overview ¶
Package fifo provides the implementation of FIFO queuing discipline that queues all outbound packets and asynchronously dispatches them to the lower link endpoint in the order that they were queued.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(lower stack.LinkWriter, n int, queueLen int) stack.QueueingDiscipline
New creates a new fifo queuing discipline with the n queues with maximum capacity of queueLen.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.