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