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

CheckLength Element Documentation

NAME

CheckLength — Click element; drops large packets

SYNOPSIS

CheckLength(LENGTH)

Ports: 1 input, 1-2 outputs
Processing: agnostic, but output 1 is push

DESCRIPTION

CheckLength checks every packet's length against LENGTH. If the packet is no larger than LENGTH, it is sent to output 0; otherwise, it is sent to output 1 (or dropped if there is no output 1).

Generated by click-elem2man from ../elements/standard/checklength.hh:6 on 2018/10/03.

Clone this wiki locally