mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-04 00:56:03 +00:00 
			
		
		
		
	use sane defaults
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
			
		||||
#ifndef __CORE_HEADER
 | 
			
		||||
#define __CORE_HEADER
 | 
			
		||||
#define BUFF_SIZE 8*1024  // used to read responses from proxies.
 | 
			
		||||
#define     MAX_LOCALNET 1024
 | 
			
		||||
#define     MAX_LOCALNET 64
 | 
			
		||||
 | 
			
		||||
typedef union {
 | 
			
		||||
	unsigned char octet[4];
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@
 | 
			
		||||
#define     SOCKADDR_2(x)     (satosin(x)->sin_addr)
 | 
			
		||||
#define     SOCKPORT(x)     (satosin(x)->sin_port)
 | 
			
		||||
#define     SOCKFAMILY(x)     (satosin(x)->sin_family)
 | 
			
		||||
#define     MAX_CHAIN 30*1024
 | 
			
		||||
#define     MAX_CHAIN 512
 | 
			
		||||
 | 
			
		||||
int tcp_read_time_out;
 | 
			
		||||
int tcp_connect_time_out;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user