Skip to content
Eddie Kohler edited this page Oct 17, 2017 · 1 revision

CPUQueue Element Documentation

NAME

CPUQueue — Click element; stores packets in FIFO queues.

SYNOPSIS

CPUQueue
CPUQueue(CAPACITY)

Ports: 1 input, 1 or more outputs
Processing: push inputs, pull outputs

DESCRIPTION

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.

SEE ALSO

Queue

Generated by click-elem2man from ../elements/standard/cpuqueue.hh:7 on 2017/10/17.

Clone this wiki locally