mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 02:25:40 +08:00
limit failed mapping attempts to 13
This commit is contained in:
parent
637cb2e76d
commit
9f6a8460ac
@ -157,6 +157,7 @@ log(logbuf);
|
||||
#endif
|
||||
|
||||
if(needaction > 2 && !sleeptime){
|
||||
if(needaction > 13){RETURN (93);}
|
||||
sleeptime = (1<<(needaction-2));
|
||||
}
|
||||
if(sleeptime > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user