Home
last modified time | relevance | path

Searched refs:s_floodEvents (Results 1 – 2 of 2) sorted by relevance

/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dysigchan.cpp846 static int s_floodEvents = 20; variable
3121 s_floodEvents = s_cfg.getIntValue("general","floodevents",20); in initialize()
3652 params.getIntValue("floodevents",s_floodEvents))) in create()
3837 params.getIntValue("floodevents",s_floodEvents))) in create()
4075 params.getIntValue("floodevents",s_floodEvents))) in create()
/dports/net/yate/yate-6.4.0-1/modules/
H A Dysipchan.cpp1249 static int s_floodEvents = 100; variable
3465 if (s_floodProtection && s_floodEvents && evc >= s_floodEvents) { in process()
5478 return s_floodEvents <= 1 || (s_evCount < s_floodEvents) || Engine::exiting(); in canRead()
5486 if (s_evCount == s_floodEvents) in run()
5488 else if ((s_evCount % s_floodEvents) == 0) in run()
9520 s_floodEvents = s_cfg.getIntValue("general","floodevents",100); in initialize()