FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
throttle_t_ Struct Reference

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
 
u64seeds
 
f64last_seed_change_time
 

Detailed Description

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.

Field Documentation

◆ bitmaps

uword** throttle_t_::bitmaps

Definition at line 31 of file throttle.h.

◆ last_seed_change_time

f64* throttle_t_::last_seed_change_time

Definition at line 33 of file throttle.h.

◆ seeds

u64* throttle_t_::seeds

Definition at line 32 of file throttle.h.

◆ time

f64 throttle_t_::time

Definition at line 30 of file throttle.h.


The documentation for this struct was generated from the following file: