GH-1991: Add option to limit the number of tunnel_changed events

This commit is contained in:
Tim Wojtulewicz 2022-06-15 13:22:29 -07:00
parent 4deacefa4c
commit a9fd4a60e0
5 changed files with 21 additions and 1 deletions

View file

@ -268,6 +268,7 @@ private:
int suppress_event; // suppress certain events to once per conn.
RecordValPtr conn_val;
std::shared_ptr<EncapsulationStack> encapsulation; // tunnels
uint8_t tunnel_changes = 0;
detail::ConnKey key;