Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

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 2018/10/03.

Clone this wiki locally