FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
A throttle Used in the data plane to decide if a given hash should be throttled, i.e. More...
Data Fields | |
f64 | time |
uword ** | bitmaps |
u64 * | seeds |
f64 * | last_seed_change_time |
A throttle Used in the data plane to decide if a given hash should be throttled, i.e.
that the hash has been seen already 'recently'. Recent is the time given in the throttle's initialisation.
Definition at line 28 of file throttle.h.
uword** throttle_t_::bitmaps |
Definition at line 31 of file throttle.h.
f64* throttle_t_::last_seed_change_time |
Definition at line 33 of file throttle.h.
u64* throttle_t_::seeds |
Definition at line 32 of file throttle.h.
f64 throttle_t_::time |
Definition at line 30 of file throttle.h.