hello ,
can someone help me to understand how anticascading works in oscam?
what is the meaning of "sampletime" , "samples" and "denysamples" ?

with the following config:
Code:
[anticasc]
enabled                       = 1
numusers                      = 10
sampletime                    = 3
samples                       = 2
penalty                       = 3
aclogfile                     = .oscam_ac.log
fakedelay                     = 2500
denysamples                   = 10
i see that oscam ban/unban high usage user every 2 minutes.

how can i probe a peer for 2 minutes than ban for 30 minutes?

thanks