-
Notifications
You must be signed in to change notification settings - Fork 321
PacketStore
Eddie Kohler edited this page Oct 17, 2017
·
2 revisions
PacketStore — Click element; Log transmit feedback stats for later analysis.
PacketStore(KEYWORKDS)
Ports: 1 input, 1 output
Processing: agnostic
PacketStore records the size, timestamp, and other infor for each packet that passed through. The list of recorded data can be dumped (and cleared) by repeated calls to the read handler 'log'.
- log (read-only) — Print as much of the list of logged packets as possible, clearing printed packets from the log.
- more (read-only) — Returns how many entries are left to be read.
- reset (write-only) — Clears the log.
Generated by click-elem2man from ../elements/wifi/packetstore.hh:11
on 2017/10/17.