You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eddie Kohler edited this page Oct 17, 2017
·
1 revision
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 2017/10/17.