#include <P_Socks.h>

| Public Member Functions | |
| socks_conf_struct () | |
| Data Fields | |
| int | socks_needed | 
| int | server_connect_timeout | 
| int | socks_timeout | 
| unsigned char | default_version | 
| char * | user_name_n_passwd | 
| int | user_name_n_passwd_len | 
| int | per_server_connection_attempts | 
| int | connection_attempts | 
| int | accept_enabled | 
| int | accept_port | 
| unsigned short | http_port | 
| IpMap | ip_map | 
Definition at line 43 of file P_Socks.h.
Definition at line 56 of file P_Socks.h.
Referenced by loadSocksConfiguration(), main(), and UnixNetProcessor::start().
Definition at line 57 of file P_Socks.h.
Referenced by loadSocksConfiguration(), and main().
Definition at line 53 of file P_Socks.h.
Referenced by SocksEntry::findServer(), and loadSocksConfiguration().
| unsigned char socks_conf_struct::default_version | 
Definition at line 48 of file P_Socks.h.
Referenced by SocksEntry::init(), and loadSocksConfiguration().
| unsigned short socks_conf_struct::http_port | 
Definition at line 58 of file P_Socks.h.
Referenced by loadSocksConfiguration(), and SocksProxy::mainEvent().
Definition at line 61 of file P_Socks.h.
Referenced by UnixNetProcessor::connect_re_internal(), and loadSocksConfiguration().
Definition at line 52 of file P_Socks.h.
Referenced by SocksEntry::findServer(), and loadSocksConfiguration().
Definition at line 46 of file P_Socks.h.
Referenced by SocksEntry::init(), loadSocksConfiguration(), and SocksEntry::startEvent().
Definition at line 45 of file P_Socks.h.
Referenced by UnixNetProcessor::connect_re_internal(), loadSocksConfiguration(), and UnixNetProcessor::start().
Definition at line 47 of file P_Socks.h.
Referenced by loadSocksConfiguration(), SocksProxy::mainEvent(), and SocksEntry::mainEvent().
Definition at line 49 of file P_Socks.h.
Referenced by loadSocksAuthInfo(), socks5BasicAuthHandler(), and socks5PasswdAuthHandler().
Definition at line 50 of file P_Socks.h.
Referenced by loadSocksAuthInfo(), and socks5PasswdAuthHandler().
 1.7.1
 1.7.1