-
Notifications
You must be signed in to change notification settings - Fork 82
AdjustTimestamp
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
AdjustTimestamp — Click element; adjust the time in the packet's timestamp annotation
AdjustTimestamp(TIME [, keywords FIRST, ALL])
Ports: 1 input, 1 output
Processing: agnostic
Adjust the packet's timestamp annotation by adding TIME (a possibly-negative time value). Zero-valued timestamps are not changed by default.
Keyword arguments are:
- FIRST — Boolean. If true, then adjust the packet's "first timestamp" annotation, not its timestamp annotation. Default is false.
- ALL — Boolean. If true, adjust zero-valued timestamps as well as other timestamps. Default is false.
- time (read/write) — Return or set the TIME argument.
SetTimestamp, SetTimestampDelta
Generated by click-elem2man from ../elements/analysis/adjusttimestamp.hh:7
on 2018/10/03.