-
Notifications
You must be signed in to change notification settings - Fork 321
CPUQueue
Eddie Kohler edited this page Oct 17, 2017
·
1 revision
CPUQueue — Click element; stores packets in FIFO queues.
CPUQueue
CPUQueue(CAPACITY)
Ports: 1 input, 1 or more outputs
Processing: push inputs, pull outputs
Stores incoming packets in a first-in-first-out queue. Each CPU has its own queue. The incoming packet is always enqueued onto the queue of the CPU calling the push method. Drops incoming packets if the queue already holds CAPACITY packets. The default for CAPACITY is 128.
Generated by click-elem2man from ../elements/standard/cpuqueue.hh:7
on 2017/10/17.