Documentation
¶
Overview ¶
Package fifo provides the implementation of data-link layer endpoints that wrap another endpoint and queues all outbound packets and asynchronously dispatches them to the lower endpoint.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(lower stack.LinkEndpoint, n int, queueLen int) stack.LinkEndpoint
New creates a new fifo link endpoint with the n queues with maximum capacity of queueLen.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.