|  | @@ -26,7 +26,10 @@ SRS_SECRET=@SYSCONF_DIR@/@PROJECT_NAME@.secret
 | 
		
	
		
			
			| 26 | 26 |  # Length of hash to be used in rewritten addresses
 | 
		
	
		
			
			| 27 | 27 |  SRS_HASHLENGTH=4
 | 
		
	
		
			
			| 28 | 28 |  
 | 
		
	
		
			
			| 29 |  | -# Minimum length of hash to accept when validating return addresses
 | 
		
	
		
			
			|  | 29 | +# Minimum length of hash to accept when validating return addresses.
 | 
		
	
		
			
			|  | 30 | +# When increasing SRS_HASHLENGTH, set this to its previous value and
 | 
		
	
		
			
			|  | 31 | +# wait for the duration of SRS return address validity (21 days) before
 | 
		
	
		
			
			|  | 32 | +# increading this value as well.
 | 
		
	
		
			
			| 30 | 33 |  SRS_HASHMIN=4
 | 
		
	
		
			
			| 31 | 34 |  
 | 
		
	
		
			
			| 32 | 35 |  # Local ports for TCP list.
 |