|
Tor 0.5.0.0-alpha-dev
|
Data Fields | |
| uint8_t | isolation_flags |
| int | session_group |
| unsigned int | socks_prefer_no_auth: 1 |
| unsigned int | socks_iso_keep_alive: 1 |
| unsigned int | ipv4_traffic: 1 |
| unsigned int | ipv6_traffic: 1 |
| unsigned int | prefer_ipv6: 1 |
| unsigned int | dns_request: 1 |
| unsigned int | onion_traffic: 1 |
| unsigned int | prefer_ipv6_virtaddr: 1 |
| unsigned int | extended_socks5_codes: 1 |
| unsigned int | cache_ipv4_answers: 1 |
| unsigned int | cache_ipv6_answers: 1 |
| unsigned int | use_cached_ipv4_answers: 1 |
| unsigned int | use_cached_ipv6_answers: 1 |
Definition at line 18 of file entry_port_cfg_st.h.
| unsigned int cache_ipv4_answers |
For a socks listener: should we cache IPv4/IPv6 DNS information that exit nodes tell us?
Definition at line 42 of file entry_port_cfg_st.h.
Referenced by client_dns_set_addressmap(), client_dns_set_reverse_addressmap(), and port_parse_config().
| unsigned int cache_ipv6_answers |
Definition at line 43 of file entry_port_cfg_st.h.
| unsigned int dns_request |
Definition at line 35 of file entry_port_cfg_st.h.
| unsigned int extended_socks5_codes |
For socks listeners: can we send back the extended SOCKS5 error code?
Definition at line 57 of file entry_port_cfg_st.h.
Referenced by connection_init_accepted_conn(), and port_parse_config().
| unsigned int ipv4_traffic |
Definition at line 32 of file entry_port_cfg_st.h.
| unsigned int ipv6_traffic |
Definition at line 33 of file entry_port_cfg_st.h.
| uint8_t isolation_flags |
Zero or more isolation flags
Definition at line 20 of file entry_port_cfg_st.h.
Referenced by connection_ap_make_link(), connection_ap_socks_iso_keepalive_enabled(), connection_edge_compatible_with_circuit(), connection_edge_update_circuit_isolation(), connection_listener_new(), dnsserv_launch_request(), entry_connection_describe_status_for_controller(), evdns_server_callback(), port_cfg_new(), and port_parse_config().
| unsigned int onion_traffic |
Definition at line 36 of file entry_port_cfg_st.h.
| unsigned int prefer_ipv6 |
Definition at line 34 of file entry_port_cfg_st.h.
| unsigned int prefer_ipv6_virtaddr |
For socks listeners: When we can automap an address to IPv4 or IPv6, do we prefer IPv6?
Definition at line 54 of file entry_port_cfg_st.h.
Referenced by port_cfg_new(), and port_parse_config().
| int session_group |
A session group, or -1 if this port is not in a session group.
Definition at line 21 of file entry_port_cfg_st.h.
Referenced by connection_ap_make_link(), connection_edge_compatible_with_circuit(), connection_edge_update_circuit_isolation(), connection_listener_new(), dnsserv_launch_request(), entry_connection_describe_status_for_controller(), evdns_server_callback(), port_cfg_new(), and port_parse_config().
| unsigned int socks_iso_keep_alive |
When ISO_SOCKSAUTH is in use, Keep-Alive circuits indefinitely.
Definition at line 29 of file entry_port_cfg_st.h.
Referenced by connection_ap_socks_iso_keepalive_enabled(), and port_parse_config().
| unsigned int socks_prefer_no_auth |
When both no-auth and user/pass are advertised by a SOCKS client, select no-auth.
Definition at line 27 of file entry_port_cfg_st.h.
Referenced by connection_init_accepted_conn(), and port_parse_config().
| unsigned int use_cached_ipv4_answers |
For a socks listeners: if we find an answer in our client-side DNS cache, should we use it?
Definition at line 49 of file entry_port_cfg_st.h.
Referenced by port_parse_config().
| unsigned int use_cached_ipv6_answers |
Definition at line 50 of file entry_port_cfg_st.h.