Warn user if flood protection is delaying the messages for too long

This should help with cases like #1943
This commit is contained in:
Alexey Sokolov
2025-05-11 21:03:13 +01:00
parent cfd8d3f88d
commit 4f65f86ccd
2 changed files with 14 additions and 1 deletions

View File

@@ -238,6 +238,7 @@ class CIRCSock : public CIRCSocket {
unsigned short int m_uFloodBurst;
double m_fFloodRate;
bool m_bFloodProtection;
unsigned long long m_lastFloodWarned;
SCString m_ssSupportedTags;
VCString m_vsSSLError;