-
Notifications
You must be signed in to change notification settings - Fork 81
Tom Barbette edited this page Aug 6, 2018
·
4 revisions
Pad — Click element; extend packet length
Pad([LENGTH, keyword ZERO])
Ports: 1 input, 1 output
Processing: agnostic
Extend packets to at least LENGTH bytes.
If LENGTH is omitted, then input packets are extended to the length indicated by their extra length annotations. Output packets always have extra length annotation zero.
Keyword arguments are:
- ZERO — Boolean. If true, then set added packet data to zero; if false, then additional packet data is left uninitialized (which might be a security problem). Default is true.
Generated by click-elem2man from ../elements/standard/pad.hh:7
on 2018/08/06.