Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

gnet_property.c File Reference

#include "lib/prop.h"
#include "lib/eval.h"
#include "gnet_property.h"
#include "core/sockets.h"
#include "core/bsched.h"
#include "lib/misc.h"
#include "if/core/nodes.h"
#include "dht/kuid.h"
#include "lib/override.h"

Functions

prop_set_tgnet_prop_init (void)
void gnet_prop_shutdown (void)
 Free memory allocated by the property set.
prop_def_tgnet_prop_get_def (property_t p)
void gnet_prop_add_prop_changed_listener (property_t prop, prop_changed_listener_t l, gboolean init)
 Add a change listener to a given property.
void gnet_prop_add_prop_changed_listener_full (property_t prop, prop_changed_listener_t l, gboolean init, enum frequency_type freq, guint32 interval)
 Add a change listener to a given property.
void gnet_prop_remove_prop_changed_listener (property_t prop, prop_changed_listener_t l)
void gnet_prop_set_boolean (property_t prop, const gboolean *src, size_t offset, size_t length)
gboolean * gnet_prop_get_boolean (property_t prop, gboolean *t, size_t offset, size_t length)
void gnet_prop_set_guint32 (property_t prop, const guint32 *src, size_t offset, size_t length)
guint32 * gnet_prop_get_guint32 (property_t prop, guint32 *t, size_t offset, size_t length)
void gnet_prop_set_guint64 (property_t prop, const guint64 *src, size_t offset, size_t length)
guint64 * gnet_prop_get_guint64 (property_t prop, guint64 *t, size_t offset, size_t length)
void gnet_prop_set_timestamp (property_t prop, const time_t *src, size_t offset, size_t length)
time_t * gnet_prop_get_timestamp (property_t prop, time_t *t, size_t offset, size_t length)
void gnet_prop_set_ip (property_t prop, const host_addr_t *src, size_t offset, size_t length)
host_addr_tgnet_prop_get_ip (property_t prop, host_addr_t *t, size_t offset, size_t length)
void gnet_prop_set_string (property_t prop, const gchar *val)
gchar * gnet_prop_get_string (property_t prop, gchar *t, size_t size)
void gnet_prop_set_storage (property_t p, gconstpointer v, size_t l)
gpointer gnet_prop_get_storage (property_t p, gpointer t, size_t l)
const gchar * gnet_prop_to_string (property_t prop)
const gchar * gnet_prop_default_to_string (property_t prop)
const gchar * gnet_prop_name (property_t p)
const gchar * gnet_prop_type_to_string (property_t p)
const gchar * gnet_prop_description (property_t p)
gboolean gnet_prop_is_saved (property_t p)
property_t gnet_prop_get_by_name (const gchar *name)
GSList * gnet_prop_get_by_regex (const gchar *pattern, gint *error)
void gnet_prop_set_from_string (property_t prop, const gchar *val)
prop_set_stub_tgnet_prop_get_stub (void)
 Returns a new stub struct for this property set.

Variables

gboolean gnet_property_variable_reading_hostfile = FALSE
const gboolean gnet_property_variable_reading_hostfile_default = FALSE
gboolean gnet_property_variable_reading_ultrafile = FALSE
const gboolean gnet_property_variable_reading_ultrafile_default = FALSE
gboolean gnet_property_variable_ancient_version = FALSE
const gboolean gnet_property_variable_ancient_version_default = FALSE
gchar * gnet_property_variable_new_version_str = NULL
const gchar * gnet_property_variable_new_version_str_default = NULL
guint32 gnet_property_variable_up_connections = 32
const guint32 gnet_property_variable_up_connections_default = 32
guint32 gnet_property_variable_normal_connections = 0
const guint32 gnet_property_variable_normal_connections_default = 0
guint32 gnet_property_variable_max_connections = 40
const guint32 gnet_property_variable_max_connections_default = 40
guint32 gnet_property_variable_node_leaf_count = 0
const guint32 gnet_property_variable_node_leaf_count_default = 0
guint32 gnet_property_variable_node_normal_count = 0
const guint32 gnet_property_variable_node_normal_count_default = 0
guint32 gnet_property_variable_node_ultra_count = 0
const guint32 gnet_property_variable_node_ultra_count_default = 0
guint32 gnet_property_variable_max_downloads = 100
const guint32 gnet_property_variable_max_downloads_default = 100
guint32 gnet_property_variable_max_host_downloads = 1
const guint32 gnet_property_variable_max_host_downloads_default = 1
guint32 gnet_property_variable_max_uploads = 4
const guint32 gnet_property_variable_max_uploads_default = 4
guint32 gnet_property_variable_max_uploads_ip = 1
const guint32 gnet_property_variable_max_uploads_ip_default = 1
host_addr_t gnet_property_variable_local_ip
host_addr_t gnet_property_variable_local_ip6
time_t gnet_property_variable_current_ip_stamp = 0
const time_t gnet_property_variable_current_ip_stamp_default = 0
time_t gnet_property_variable_current_ip6_stamp = 0
const time_t gnet_property_variable_current_ip6_stamp_default = 0
guint32 gnet_property_variable_average_ip_uptime = 0
const guint32 gnet_property_variable_average_ip_uptime_default = 0
guint32 gnet_property_variable_average_ip6_uptime = 0
const guint32 gnet_property_variable_average_ip6_uptime_default = 0
time_t gnet_property_variable_start_stamp = 0
const time_t gnet_property_variable_start_stamp_default = 0
guint32 gnet_property_variable_average_servent_uptime = 0
const guint32 gnet_property_variable_average_servent_uptime_default = 0
guint32 gnet_property_variable_listen_port = 1
const guint32 gnet_property_variable_listen_port_default = 1
host_addr_t gnet_property_variable_forced_local_ip
host_addr_t gnet_property_variable_forced_local_ip6
guint32 gnet_property_variable_connection_speed = 0
const guint32 gnet_property_variable_connection_speed_default = 0
gboolean gnet_property_variable_compute_connection_speed = TRUE
const gboolean gnet_property_variable_compute_connection_speed_default = TRUE
guint32 gnet_property_variable_search_max_items = 50
const guint32 gnet_property_variable_search_max_items_default = 50
guint32 gnet_property_variable_ul_usage_min_percentage = 70
const guint32 gnet_property_variable_ul_usage_min_percentage_default = 70
guint32 gnet_property_variable_download_connecting_timeout = 90
const guint32 gnet_property_variable_download_connecting_timeout_default = 90
guint32 gnet_property_variable_download_push_sent_timeout = 90
const guint32 gnet_property_variable_download_push_sent_timeout_default = 90
guint32 gnet_property_variable_download_connected_timeout = 180
const guint32 gnet_property_variable_download_connected_timeout_default = 180
guint32 gnet_property_variable_download_retry_timeout_min = 20
const guint32 gnet_property_variable_download_retry_timeout_min_default = 20
guint32 gnet_property_variable_download_retry_timeout_max = 300
const guint32 gnet_property_variable_download_retry_timeout_max_default = 300
guint32 gnet_property_variable_download_max_retries = 16
const guint32 gnet_property_variable_download_max_retries_default = 16
guint32 gnet_property_variable_download_retry_timeout_delay = 1200
const guint32 gnet_property_variable_download_retry_timeout_delay_default = 1200
guint32 gnet_property_variable_download_retry_busy_delay = 60
const guint32 gnet_property_variable_download_retry_busy_delay_default = 60
guint32 gnet_property_variable_download_retry_refused_delay = 1800
const guint32 gnet_property_variable_download_retry_refused_delay_default = 1800
guint32 gnet_property_variable_download_retry_stopped_delay = 15
const guint32 gnet_property_variable_download_retry_stopped_delay_default = 15
guint32 gnet_property_variable_download_overlap_range = 512
const guint32 gnet_property_variable_download_overlap_range_default = 512
guint32 gnet_property_variable_upload_connecting_timeout = 90
const guint32 gnet_property_variable_upload_connecting_timeout_default = 90
guint32 gnet_property_variable_upload_connected_timeout = 180
const guint32 gnet_property_variable_upload_connected_timeout_default = 180
guint32 gnet_property_variable_search_reissue_timeout = 3600
const guint32 gnet_property_variable_search_reissue_timeout_default = 3600
guint32 gnet_property_variable_ban_ratio_fds = 25
const guint32 gnet_property_variable_ban_ratio_fds_default = 25
guint32 gnet_property_variable_ban_max_fds = 100
const guint32 gnet_property_variable_ban_max_fds_default = 100
guint32 gnet_property_variable_banned_count = 0
const guint32 gnet_property_variable_banned_count_default = 0
guint32 gnet_property_variable_max_banned_fd = 100
const guint32 gnet_property_variable_max_banned_fd_default = 100
guint32 gnet_property_variable_incoming_connecting_timeout = 60
const guint32 gnet_property_variable_incoming_connecting_timeout_default = 60
guint32 gnet_property_variable_node_connecting_timeout = 30
const guint32 gnet_property_variable_node_connecting_timeout_default = 30
guint32 gnet_property_variable_node_connected_timeout = 180
const guint32 gnet_property_variable_node_connected_timeout_default = 180
guint32 gnet_property_variable_node_sendqueue_size = 98304
const guint32 gnet_property_variable_node_sendqueue_size_default = 98304
guint32 gnet_property_variable_node_tx_flowc_timeout = 180
const guint32 gnet_property_variable_node_tx_flowc_timeout_default = 180
guint32 gnet_property_variable_node_rx_flowc_ratio = 70
const guint32 gnet_property_variable_node_rx_flowc_ratio_default = 70
guint32 gnet_property_variable_max_ttl = 4
const guint32 gnet_property_variable_max_ttl_default = 4
guint32 gnet_property_variable_my_ttl = 4
const guint32 gnet_property_variable_my_ttl_default = 4
guint32 gnet_property_variable_hard_ttl_limit = 15
const guint32 gnet_property_variable_hard_ttl_limit_default = 15
guint32 gnet_property_variable_dbg = 0
const guint32 gnet_property_variable_dbg_default = 0
guint32 gnet_property_variable_ban_debug = 0
const guint32 gnet_property_variable_ban_debug_default = 0
guint32 gnet_property_variable_cpu_debug = 0
const guint32 gnet_property_variable_cpu_debug_default = 0
guint32 gnet_property_variable_dmesh_debug = 0
const guint32 gnet_property_variable_dmesh_debug_default = 0
guint32 gnet_property_variable_gmsg_debug = 0
const guint32 gnet_property_variable_gmsg_debug_default = 0
guint32 gnet_property_variable_share_debug = 0
const guint32 gnet_property_variable_share_debug_default = 0
guint32 gnet_property_variable_node_debug = 0
const guint32 gnet_property_variable_node_debug_default = 0
guint32 gnet_property_variable_socket_debug = 0
const guint32 gnet_property_variable_socket_debug_default = 0
guint32 gnet_property_variable_bootstrap_debug = 0
const guint32 gnet_property_variable_bootstrap_debug_default = 0
guint32 gnet_property_variable_http_debug = 0
const guint32 gnet_property_variable_http_debug_default = 0
guint32 gnet_property_variable_download_debug = 0
const guint32 gnet_property_variable_download_debug_default = 0
guint32 gnet_property_variable_fileinfo_debug = 0
const guint32 gnet_property_variable_fileinfo_debug_default = 0
guint32 gnet_property_variable_upload_debug = 0
const guint32 gnet_property_variable_upload_debug_default = 0
guint32 gnet_property_variable_lib_debug = 0
const guint32 gnet_property_variable_lib_debug_default = 0
guint32 gnet_property_variable_bitzi_debug = 0
const guint32 gnet_property_variable_bitzi_debug_default = 0
guint32 gnet_property_variable_url_debug = 0
const guint32 gnet_property_variable_url_debug_default = 0
guint32 gnet_property_variable_dh_debug = 0
const guint32 gnet_property_variable_dh_debug_default = 0
guint32 gnet_property_variable_dq_debug = 0
const guint32 gnet_property_variable_dq_debug_default = 0
guint32 gnet_property_variable_vmsg_debug = 0
const guint32 gnet_property_variable_vmsg_debug_default = 0
guint32 gnet_property_variable_query_debug = 0
const guint32 gnet_property_variable_query_debug_default = 0
guint32 gnet_property_variable_search_debug = 0
const guint32 gnet_property_variable_search_debug_default = 0
guint32 gnet_property_variable_udp_debug = 0
const guint32 gnet_property_variable_udp_debug_default = 0
guint32 gnet_property_variable_qrp_debug = 0
const guint32 gnet_property_variable_qrp_debug_default = 0
guint32 gnet_property_variable_routing_debug = 0
const guint32 gnet_property_variable_routing_debug_default = 0
guint32 gnet_property_variable_ggep_debug = 0
const guint32 gnet_property_variable_ggep_debug_default = 0
guint32 gnet_property_variable_pcache_debug = 0
const guint32 gnet_property_variable_pcache_debug_default = 0
guint32 gnet_property_variable_hsep_debug = 0
const guint32 gnet_property_variable_hsep_debug_default = 0
guint32 gnet_property_variable_tls_debug = 0
const guint32 gnet_property_variable_tls_debug_default = 0
guint32 gnet_property_variable_parq_debug = 0
const guint32 gnet_property_variable_parq_debug_default = 0
gboolean gnet_property_variable_parq_optimistic = TRUE
const gboolean gnet_property_variable_parq_optimistic_default = TRUE
guint32 gnet_property_variable_parq_size_always_continue = 8192
const guint32 gnet_property_variable_parq_size_always_continue_default = 8192
guint32 gnet_property_variable_parq_time_always_continue = 5
const guint32 gnet_property_variable_parq_time_always_continue_default = 5
guint32 gnet_property_variable_parq_ban_bad_maxcountwait = 1
const guint32 gnet_property_variable_parq_ban_bad_maxcountwait_default = 1
guint32 gnet_property_variable_track_props = 0
const guint32 gnet_property_variable_track_props_default = 0
gboolean gnet_property_variable_stop_host_get = FALSE
const gboolean gnet_property_variable_stop_host_get_default = FALSE
gboolean gnet_property_variable_bws_in_enabled = FALSE
const gboolean gnet_property_variable_bws_in_enabled_default = FALSE
gboolean gnet_property_variable_bws_out_enabled = FALSE
const gboolean gnet_property_variable_bws_out_enabled_default = FALSE
gboolean gnet_property_variable_bws_gin_enabled = FALSE
const gboolean gnet_property_variable_bws_gin_enabled_default = FALSE
gboolean gnet_property_variable_bws_glin_enabled = FALSE
const gboolean gnet_property_variable_bws_glin_enabled_default = FALSE
gboolean gnet_property_variable_bws_gout_enabled = FALSE
const gboolean gnet_property_variable_bws_gout_enabled_default = FALSE
gboolean gnet_property_variable_bws_glout_enabled = FALSE
const gboolean gnet_property_variable_bws_glout_enabled_default = FALSE
gboolean gnet_property_variable_bw_ul_usage_enabled = FALSE
const gboolean gnet_property_variable_bw_ul_usage_enabled_default = FALSE
gboolean gnet_property_variable_bw_allow_stealing = TRUE
const gboolean gnet_property_variable_bw_allow_stealing_default = TRUE
gboolean gnet_property_variable_clear_complete_downloads = FALSE
const gboolean gnet_property_variable_clear_complete_downloads_default = FALSE
gboolean gnet_property_variable_clear_failed_downloads = FALSE
const gboolean gnet_property_variable_clear_failed_downloads_default = FALSE
gboolean gnet_property_variable_clear_unavailable_downloads = TRUE
const gboolean gnet_property_variable_clear_unavailable_downloads_default = TRUE
gboolean gnet_property_variable_search_remove_downloaded = FALSE
const gboolean gnet_property_variable_search_remove_downloaded_default = FALSE
gboolean gnet_property_variable_force_local_ip = FALSE
const gboolean gnet_property_variable_force_local_ip_default = FALSE
gboolean gnet_property_variable_force_local_ip6 = FALSE
const gboolean gnet_property_variable_force_local_ip6_default = FALSE
gboolean gnet_property_variable_bind_to_forced_local_ip = FALSE
const gboolean gnet_property_variable_bind_to_forced_local_ip_default = FALSE
gboolean gnet_property_variable_bind_to_forced_local_ip6 = FALSE
const gboolean gnet_property_variable_bind_to_forced_local_ip6_default = FALSE
gboolean gnet_property_variable_use_netmasks = FALSE
const gboolean gnet_property_variable_use_netmasks_default = FALSE
gboolean gnet_property_variable_allow_private_network_connection = FALSE
const gboolean gnet_property_variable_allow_private_network_connection_default = FALSE
gboolean gnet_property_variable_use_ip_tos = FALSE
const gboolean gnet_property_variable_use_ip_tos_default = FALSE
gboolean gnet_property_variable_download_delete_aborted = TRUE
const gboolean gnet_property_variable_download_delete_aborted_default = TRUE
gboolean gnet_property_variable_proxy_auth = FALSE
const gboolean gnet_property_variable_proxy_auth_default = FALSE
gchar * gnet_property_variable_socks_user = "username"
const gchar * gnet_property_variable_socks_user_default = "username"
gchar * gnet_property_variable_socks_pass = "password"
const gchar * gnet_property_variable_socks_pass_default = "password"
host_addr_t gnet_property_variable_proxy_addr
gchar * gnet_property_variable_proxy_hostname = ""
const gchar * gnet_property_variable_proxy_hostname_default = ""
guint32 gnet_property_variable_proxy_port = 0x0000
const guint32 gnet_property_variable_proxy_port_default = 0x0000
guint32 gnet_property_variable_proxy_protocol = PROXY_NONE
const guint32 gnet_property_variable_proxy_protocol_default = PROXY_NONE
prop_def_choice_t gnet_property_variable_proxy_protocol_choices []
guint32 gnet_property_variable_network_protocol = NET_USE_IPV4
const guint32 gnet_property_variable_network_protocol_default = NET_USE_IPV4
prop_def_choice_t gnet_property_variable_network_protocol_choices []
gboolean gnet_property_variable_use_ipv6_trt = FALSE
const gboolean gnet_property_variable_use_ipv6_trt_default = FALSE
host_addr_t gnet_property_variable_ipv6_trt_prefix
guint32 gnet_property_variable_hosts_in_catcher = 0
const guint32 gnet_property_variable_hosts_in_catcher_default = 0
guint32 gnet_property_variable_hosts_in_ultra_catcher = 0
const guint32 gnet_property_variable_hosts_in_ultra_catcher_default = 0
guint32 gnet_property_variable_hosts_in_bad_catcher = 0
const guint32 gnet_property_variable_hosts_in_bad_catcher_default = 0
guint32 gnet_property_variable_max_hosts_cached = 10000
const guint32 gnet_property_variable_max_hosts_cached_default = 10000
guint32 gnet_property_variable_max_ultra_hosts_cached = 10000
const guint32 gnet_property_variable_max_ultra_hosts_cached_default = 10000
guint32 gnet_property_variable_max_bad_hosts_cached = 8000
const guint32 gnet_property_variable_max_bad_hosts_cached_default = 8000
guint32 gnet_property_variable_max_high_ttl_msg = 10
const guint32 gnet_property_variable_max_high_ttl_msg_default = 10
guint32 gnet_property_variable_max_high_ttl_radius = 2
const guint32 gnet_property_variable_max_high_ttl_radius_default = 2
guint32 gnet_property_variable_bw_http_in = 8192
const guint32 gnet_property_variable_bw_http_in_default = 8192
guint32 gnet_property_variable_bw_http_out = 8192
const guint32 gnet_property_variable_bw_http_out_default = 8192
guint32 gnet_property_variable_bw_gnet_in = 8192
const guint32 gnet_property_variable_bw_gnet_in_default = 8192
guint32 gnet_property_variable_bw_gnet_out = 8192
const guint32 gnet_property_variable_bw_gnet_out_default = 8192
guint32 gnet_property_variable_bw_gnet_lin = 3072
const guint32 gnet_property_variable_bw_gnet_lin_default = 3072
guint32 gnet_property_variable_bw_gnet_lout = 2048
const guint32 gnet_property_variable_bw_gnet_lout_default = 2048
guint32 gnet_property_variable_search_queries_forward_size = 256
const guint32 gnet_property_variable_search_queries_forward_size_default = 256
guint32 gnet_property_variable_search_queries_kick_size = 1024
const guint32 gnet_property_variable_search_queries_kick_size_default = 1024
guint32 gnet_property_variable_search_answers_forward_size = 16384
const guint32 gnet_property_variable_search_answers_forward_size_default = 16384
guint32 gnet_property_variable_search_answers_kick_size = 65536
const guint32 gnet_property_variable_search_answers_kick_size_default = 65536
guint32 gnet_property_variable_search_muid_track_amount = 0
const guint32 gnet_property_variable_search_muid_track_amount_default = 0
guint32 gnet_property_variable_other_messages_kick_size = 40960
const guint32 gnet_property_variable_other_messages_kick_size_default = 40960
guint32 gnet_property_variable_hops_random_factor = 0
const guint32 gnet_property_variable_hops_random_factor_default = 0
gboolean gnet_property_variable_send_pushes = TRUE
const gboolean gnet_property_variable_send_pushes_default = TRUE
guint32 gnet_property_variable_min_dup_msg = 5
const guint32 gnet_property_variable_min_dup_msg_default = 5
guint32 gnet_property_variable_min_dup_ratio = 150
const guint32 gnet_property_variable_min_dup_ratio_default = 150
gchar * gnet_property_variable_scan_extensions = "aac;avi;bin;bz2;cue;deb;divx;doc;flac;flc;fli;gif;gz;ifo;iso;it;jpeg;jpg;m4a;mjpg;mka;mkv;mod;mov;mp1;mp2;mp3;mp4;mpa;mpeg;mpega;mpg;mpv;nes;ogg;ogm;qt;pdf;png;ps;ram;rar;rm;rom;rpm;s3m;shn;sid;smc;smd;srt;stm;tar;tgz;torrent;txt;vob;voc;vqf;wav;xm;xvid;zip"
const gchar * gnet_property_variable_scan_extensions_default = "aac;avi;bin;bz2;cue;deb;divx;doc;flac;flc;fli;gif;gz;ifo;iso;it;jpeg;jpg;m4a;mjpg;mka;mkv;mod;mov;mp1;mp2;mp3;mp4;mpa;mpeg;mpega;mpg;mpv;nes;ogg;ogm;qt;pdf;png;ps;ram;rar;rm;rom;rpm;s3m;shn;sid;smc;smd;srt;stm;tar;tgz;torrent;txt;vob;voc;vqf;wav;xm;xvid;zip"
gboolean gnet_property_variable_scan_ignore_symlink_dirs = FALSE
const gboolean gnet_property_variable_scan_ignore_symlink_dirs_default = FALSE
gboolean gnet_property_variable_scan_ignore_symlink_regfiles = FALSE
const gboolean gnet_property_variable_scan_ignore_symlink_regfiles_default = FALSE
gchar * gnet_property_variable_save_file_path = "~/gtk-gnutella-downloads/incomplete"
const gchar * gnet_property_variable_save_file_path_default = "~/gtk-gnutella-downloads/incomplete"
gchar * gnet_property_variable_move_file_path = "~/gtk-gnutella-downloads/complete"
const gchar * gnet_property_variable_move_file_path_default = "~/gtk-gnutella-downloads/complete"
gchar * gnet_property_variable_bad_file_path = "~/gtk-gnutella-downloads/corrupt"
const gchar * gnet_property_variable_bad_file_path_default = "~/gtk-gnutella-downloads/corrupt"
gchar * gnet_property_variable_shared_dirs_paths = ""
const gchar * gnet_property_variable_shared_dirs_paths_default = ""
gchar * gnet_property_variable_local_netmasks_string = ""
const gchar * gnet_property_variable_local_netmasks_string_default = ""
guint32 gnet_property_variable_total_downloads = 0
const guint32 gnet_property_variable_total_downloads_default = 0
guint32 gnet_property_variable_ul_running = 0
const guint32 gnet_property_variable_ul_running_default = 0
guint32 gnet_property_variable_ul_registered = 0
const guint32 gnet_property_variable_ul_registered_default = 0
guint32 gnet_property_variable_total_uploads = 0
const guint32 gnet_property_variable_total_uploads_default = 0
gchar gnet_property_variable_servent_guid [GUID_RAW_SIZE]
const gchar gnet_property_variable_servent_guid_default [GUID_RAW_SIZE]
gchar gnet_property_variable_servent_kuid [KUID_RAW_SIZE]
const gchar gnet_property_variable_servent_kuid_default [KUID_RAW_SIZE]
gboolean gnet_property_variable_use_swarming = TRUE
const gboolean gnet_property_variable_use_swarming_default = TRUE
gboolean gnet_property_variable_use_aggressive_swarming = TRUE
const gboolean gnet_property_variable_use_aggressive_swarming_default = TRUE
guint32 gnet_property_variable_dl_minchunksize = 512*1024
const guint32 gnet_property_variable_dl_minchunksize_default = 512*1024
guint32 gnet_property_variable_dl_maxchunksize = 10*1024*1024
const guint32 gnet_property_variable_dl_maxchunksize_default = 10*1024*1024
gboolean gnet_property_variable_auto_download_identical = TRUE
const gboolean gnet_property_variable_auto_download_identical_default = TRUE
gboolean gnet_property_variable_auto_feed_download_mesh = TRUE
const gboolean gnet_property_variable_auto_feed_download_mesh_default = TRUE
gboolean gnet_property_variable_strict_sha1_matching = TRUE
const gboolean gnet_property_variable_strict_sha1_matching_default = TRUE
gboolean gnet_property_variable_is_firewalled = TRUE
const gboolean gnet_property_variable_is_firewalled_default = TRUE
gboolean gnet_property_variable_is_inet_connected = TRUE
const gboolean gnet_property_variable_is_inet_connected_default = TRUE
gboolean gnet_property_variable_is_udp_firewalled = TRUE
const gboolean gnet_property_variable_is_udp_firewalled_default = TRUE
gboolean gnet_property_variable_recv_solicited_udp = FALSE
const gboolean gnet_property_variable_recv_solicited_udp_default = FALSE
gboolean gnet_property_variable_gnet_compact_query = TRUE
const gboolean gnet_property_variable_gnet_compact_query_default = TRUE
gboolean gnet_property_variable_download_optimistic_start = FALSE
const gboolean gnet_property_variable_download_optimistic_start_default = FALSE
gboolean gnet_property_variable_library_rebuilding = FALSE
const gboolean gnet_property_variable_library_rebuilding_default = FALSE
gboolean gnet_property_variable_sha1_rebuilding = FALSE
const gboolean gnet_property_variable_sha1_rebuilding_default = FALSE
gboolean gnet_property_variable_sha1_verifying = FALSE
const gboolean gnet_property_variable_sha1_verifying_default = FALSE
gboolean gnet_property_variable_file_moving = FALSE
const gboolean gnet_property_variable_file_moving_default = FALSE
gboolean gnet_property_variable_prefer_compressed_gnet = TRUE
const gboolean gnet_property_variable_prefer_compressed_gnet_default = TRUE
gboolean gnet_property_variable_online_mode = TRUE
const gboolean gnet_property_variable_online_mode_default = TRUE
gboolean gnet_property_variable_download_require_urn = FALSE
const gboolean gnet_property_variable_download_require_urn_default = FALSE
gboolean gnet_property_variable_download_require_server_name = TRUE
const gboolean gnet_property_variable_download_require_server_name_default = TRUE
guint32 gnet_property_variable_max_ultrapeers = 3
const guint32 gnet_property_variable_max_ultrapeers_default = 3
guint32 gnet_property_variable_quick_connect_pool_size = 10
const guint32 gnet_property_variable_quick_connect_pool_size_default = 10
guint32 gnet_property_variable_max_leaves = 150
const guint32 gnet_property_variable_max_leaves_default = 150
guint32 gnet_property_variable_search_handle_ignored_files = 0
const guint32 gnet_property_variable_search_handle_ignored_files_default = 0
prop_def_choice_t gnet_property_variable_search_handle_ignored_files_choices []
guint32 gnet_property_variable_configured_peermode = NODE_P_AUTO
const guint32 gnet_property_variable_configured_peermode_default = NODE_P_AUTO
prop_def_choice_t gnet_property_variable_configured_peermode_choices []
guint32 gnet_property_variable_current_peermode = 0
const guint32 gnet_property_variable_current_peermode_default = 0
prop_def_choice_t gnet_property_variable_current_peermode_choices []
guint32 gnet_property_variable_sys_nofile = 1024
const guint32 gnet_property_variable_sys_nofile_default = 1024
guint64 gnet_property_variable_sys_physmem = 65536
const guint64 gnet_property_variable_sys_physmem_default = 65536
guint32 gnet_property_variable_dl_queue_count = 0
const guint32 gnet_property_variable_dl_queue_count_default = 0
guint32 gnet_property_variable_dl_running_count = 0
const guint32 gnet_property_variable_dl_running_count_default = 0
guint32 gnet_property_variable_dl_active_count = 0
const guint32 gnet_property_variable_dl_active_count_default = 0
guint32 gnet_property_variable_dl_aqueued_count = 0
const guint32 gnet_property_variable_dl_aqueued_count_default = 0
guint32 gnet_property_variable_dl_pqueued_count = 0
const guint32 gnet_property_variable_dl_pqueued_count_default = 0
guint32 gnet_property_variable_fi_all_count = 0
const guint32 gnet_property_variable_fi_all_count_default = 0
guint32 gnet_property_variable_fi_with_source_count = 0
const guint32 gnet_property_variable_fi_with_source_count_default = 0
guint32 gnet_property_variable_dl_qalive_count = 0
const guint32 gnet_property_variable_dl_qalive_count_default = 0
guint64 gnet_property_variable_dl_byte_count = 0
const guint64 gnet_property_variable_dl_byte_count_default = 0
guint64 gnet_property_variable_ul_byte_count = 0
const guint64 gnet_property_variable_ul_byte_count_default = 0
gboolean gnet_property_variable_pfsp_server = TRUE
const gboolean gnet_property_variable_pfsp_server_default = TRUE
guint32 gnet_property_variable_pfsp_first_chunk = 524288
const guint32 gnet_property_variable_pfsp_first_chunk_default = 524288
guint32 gnet_property_variable_pfsp_minimum_filesize = 1048576
const guint32 gnet_property_variable_pfsp_minimum_filesize_default = 1048576
guint32 gnet_property_variable_crawler_visit_count = 0
const guint32 gnet_property_variable_crawler_visit_count_default = 0
guint32 gnet_property_variable_udp_crawler_visit_count = 0
const guint32 gnet_property_variable_udp_crawler_visit_count_default = 0
gboolean gnet_property_variable_host_runs_ntp = FALSE
const gboolean gnet_property_variable_host_runs_ntp_default = FALSE
gboolean gnet_property_variable_ntp_detected = FALSE
const gboolean gnet_property_variable_ntp_detected_default = FALSE
guint32 gnet_property_variable_clock_skew = 0
const guint32 gnet_property_variable_clock_skew_default = 0
gboolean gnet_property_variable_node_monitor_unstable_ip = TRUE
const gboolean gnet_property_variable_node_monitor_unstable_ip_default = TRUE
gboolean gnet_property_variable_node_monitor_unstable_servents = FALSE
const gboolean gnet_property_variable_node_monitor_unstable_servents_default = FALSE
gboolean gnet_property_variable_dl_remove_file_on_mismatch = FALSE
const gboolean gnet_property_variable_dl_remove_file_on_mismatch_default = FALSE
guint32 gnet_property_variable_dl_mismatch_backout = 50000
const guint32 gnet_property_variable_dl_mismatch_backout_default = 50000
gchar * gnet_property_variable_server_hostname = ""
const gchar * gnet_property_variable_server_hostname_default = ""
gboolean gnet_property_variable_give_server_hostname = FALSE
const gboolean gnet_property_variable_give_server_hostname_default = FALSE
guint32 gnet_property_variable_reserve_gtkg_nodes = 0
const guint32 gnet_property_variable_reserve_gtkg_nodes_default = 0
guint32 gnet_property_variable_unique_nodes = 100
const guint32 gnet_property_variable_unique_nodes_default = 100
guint32 gnet_property_variable_download_rx_size = 64
const guint32 gnet_property_variable_download_rx_size_default = 64
guint32 gnet_property_variable_node_rx_size = 16
const guint32 gnet_property_variable_node_rx_size_default = 16
guint32 gnet_property_variable_dl_http_latency = 0
const guint32 gnet_property_variable_dl_http_latency_default = 0
time_t gnet_property_variable_node_last_ultra_check = 0
const time_t gnet_property_variable_node_last_ultra_check_default = 0
time_t gnet_property_variable_node_last_ultra_leaf_switch = 0
const time_t gnet_property_variable_node_last_ultra_leaf_switch_default = 0
gboolean gnet_property_variable_up_req_avg_servent_uptime = FALSE
const gboolean gnet_property_variable_up_req_avg_servent_uptime_default = FALSE
gboolean gnet_property_variable_up_req_avg_ip_uptime = FALSE
const gboolean gnet_property_variable_up_req_avg_ip_uptime_default = FALSE
gboolean gnet_property_variable_up_req_node_uptime = FALSE
const gboolean gnet_property_variable_up_req_node_uptime_default = FALSE
gboolean gnet_property_variable_up_req_not_firewalled = FALSE
const gboolean gnet_property_variable_up_req_not_firewalled_default = FALSE
gboolean gnet_property_variable_up_req_enough_conn = FALSE
const gboolean gnet_property_variable_up_req_enough_conn_default = FALSE
gboolean gnet_property_variable_up_req_enough_fd = FALSE
const gboolean gnet_property_variable_up_req_enough_fd_default = FALSE
gboolean gnet_property_variable_up_req_enough_mem = FALSE
const gboolean gnet_property_variable_up_req_enough_mem_default = FALSE
gboolean gnet_property_variable_up_req_enough_bw = FALSE
const gboolean gnet_property_variable_up_req_enough_bw_default = FALSE
gboolean gnet_property_variable_up_req_good_udp = FALSE
const gboolean gnet_property_variable_up_req_good_udp_default = FALSE
guint32 gnet_property_variable_search_queue_size = 256
const guint32 gnet_property_variable_search_queue_size_default = 256
guint32 gnet_property_variable_search_queue_spacing = 10
const guint32 gnet_property_variable_search_queue_spacing_default = 10
gboolean gnet_property_variable_enable_shell = FALSE
const gboolean gnet_property_variable_enable_shell_default = FALSE
guint32 gnet_property_variable_remote_shell_timeout = 180
const guint32 gnet_property_variable_remote_shell_timeout_default = 180
guint32 gnet_property_variable_entry_removal_timeout = 5
const guint32 gnet_property_variable_entry_removal_timeout_default = 5
gboolean gnet_property_variable_node_watch_similar_queries = TRUE
const gboolean gnet_property_variable_node_watch_similar_queries_default = TRUE
guint32 gnet_property_variable_node_queries_half_life = 5
const guint32 gnet_property_variable_node_queries_half_life_default = 5
guint32 gnet_property_variable_node_requery_threshold = 1700
const guint32 gnet_property_variable_node_requery_threshold_default = 1700
time_t gnet_property_variable_library_rescan_started = 0
const time_t gnet_property_variable_library_rescan_started_default = 0
time_t gnet_property_variable_library_rescan_finished = 0
const time_t gnet_property_variable_library_rescan_finished_default = 0
guint32 gnet_property_variable_library_rescan_duration = 0
const guint32 gnet_property_variable_library_rescan_duration_default = 0
time_t gnet_property_variable_qrp_indexing_started = 0
const time_t gnet_property_variable_qrp_indexing_started_default = 0
guint32 gnet_property_variable_qrp_indexing_duration = 0
const guint32 gnet_property_variable_qrp_indexing_duration_default = 0
guint32 gnet_property_variable_qrp_memory = 0
const guint32 gnet_property_variable_qrp_memory_default = 0
time_t gnet_property_variable_qrp_timestamp = 0
const time_t gnet_property_variable_qrp_timestamp_default = 0
guint32 gnet_property_variable_qrp_computation_time = 0
const guint32 gnet_property_variable_qrp_computation_time_default = 0
time_t gnet_property_variable_qrp_patch_timestamp = 0
const time_t gnet_property_variable_qrp_patch_timestamp_default = 0
guint32 gnet_property_variable_qrp_patch_computation_time = 0
const guint32 gnet_property_variable_qrp_patch_computation_time_default = 0
guint32 gnet_property_variable_qrp_generation = 0
const guint32 gnet_property_variable_qrp_generation_default = 0
guint32 gnet_property_variable_qrp_slots = 0
const guint32 gnet_property_variable_qrp_slots_default = 0
guint32 gnet_property_variable_qrp_slots_filled = 0
const guint32 gnet_property_variable_qrp_slots_filled_default = 0
guint32 gnet_property_variable_qrp_fill_ratio = 0
const guint32 gnet_property_variable_qrp_fill_ratio_default = 0
guint32 gnet_property_variable_qrp_conflict_ratio = 0
const guint32 gnet_property_variable_qrp_conflict_ratio_default = 0
guint32 gnet_property_variable_qrp_hashed_keywords = 0
const guint32 gnet_property_variable_qrp_hashed_keywords_default = 0
guint32 gnet_property_variable_qrp_patch_raw_length = 0
const guint32 gnet_property_variable_qrp_patch_raw_length_default = 0
guint32 gnet_property_variable_qrp_patch_length = 0
const guint32 gnet_property_variable_qrp_patch_length_default = 0
guint32 gnet_property_variable_qrp_patch_comp_ratio = 0
const guint32 gnet_property_variable_qrp_patch_comp_ratio_default = 0
guint32 gnet_property_variable_ancient_version_left_days = 365
const guint32 gnet_property_variable_ancient_version_left_days_default = 365
gboolean gnet_property_variable_file_descriptor_shortage = FALSE
const gboolean gnet_property_variable_file_descriptor_shortage_default = FALSE
gboolean gnet_property_variable_file_descriptor_runout = FALSE
const gboolean gnet_property_variable_file_descriptor_runout_default = FALSE
gboolean gnet_property_variable_convert_spaces = FALSE
const gboolean gnet_property_variable_convert_spaces_default = FALSE
gboolean gnet_property_variable_convert_evil_chars = TRUE
const gboolean gnet_property_variable_convert_evil_chars_default = TRUE
gboolean gnet_property_variable_convert_old_filenames = FALSE
const gboolean gnet_property_variable_convert_old_filenames_default = FALSE
gboolean gnet_property_variable_tls_enforce = FALSE
const gboolean gnet_property_variable_tls_enforce_default = FALSE
gboolean gnet_property_variable_gnet_deflate_enabled = TRUE
const gboolean gnet_property_variable_gnet_deflate_enabled_default = TRUE
gboolean gnet_property_variable_enable_udp = TRUE
const gboolean gnet_property_variable_enable_udp_default = TRUE
gboolean gnet_property_variable_process_oob_queries = TRUE
const gboolean gnet_property_variable_process_oob_queries_default = TRUE
gboolean gnet_property_variable_send_oob_queries = TRUE
const gboolean gnet_property_variable_send_oob_queries_default = TRUE
gboolean gnet_property_variable_proxy_oob_queries = TRUE
const gboolean gnet_property_variable_proxy_oob_queries_default = TRUE
gboolean gnet_property_variable_uploads_stalling = FALSE
const gboolean gnet_property_variable_uploads_stalling_default = FALSE
gboolean gnet_property_variable_use_global_hostiles_txt = TRUE
const gboolean gnet_property_variable_use_global_hostiles_txt_default = TRUE
gboolean gnet_property_variable_use_so_linger = FALSE
const gboolean gnet_property_variable_use_so_linger_default = FALSE
guint32 gnet_property_variable_tcp_defer_accept_timeout = 10
const guint32 gnet_property_variable_tcp_defer_accept_timeout_default = 10
gboolean gnet_property_variable_browse_host_enabled = FALSE
const gboolean gnet_property_variable_browse_host_enabled_default = FALSE
guint32 gnet_property_variable_html_browse_count = 0
const guint32 gnet_property_variable_html_browse_count_default = 0
guint32 gnet_property_variable_html_browse_served = 0
const guint32 gnet_property_variable_html_browse_served_default = 0
guint32 gnet_property_variable_qhits_browse_count = 0
const guint32 gnet_property_variable_qhits_browse_count_default = 0
guint32 gnet_property_variable_qhits_browse_served = 0
const guint32 gnet_property_variable_qhits_browse_served_default = 0
gboolean gnet_property_variable_overloaded_cpu = FALSE
const gboolean gnet_property_variable_overloaded_cpu_default = FALSE
guint32 gnet_property_variable_download_buffer_size = 32768
const guint32 gnet_property_variable_download_buffer_size_default = 32768
gboolean gnet_property_variable_browse_copied_to_passive = FALSE
const gboolean gnet_property_variable_browse_copied_to_passive_default = FALSE
gboolean gnet_property_variable_display_metric_units = FALSE
const gboolean gnet_property_variable_display_metric_units_default = FALSE
guint32 gnet_property_variable_rudp_debug = 0
const guint32 gnet_property_variable_rudp_debug_default = 0
guint32 gnet_property_variable_dht_debug = 0
const guint32 gnet_property_variable_dht_debug_default = 0
guint32 gnet_property_variable_oob_proxy_debug = 0
const guint32 gnet_property_variable_oob_proxy_debug_default = 0
gboolean gnet_property_variable_enable_local_socket = TRUE
const gboolean gnet_property_variable_enable_local_socket_default = TRUE
guint32 gnet_property_variable_max_simultaneous_downloads_per_file = 40
const guint32 gnet_property_variable_max_simultaneous_downloads_per_file_default = 40
gboolean gnet_property_variable_dump_received_gnutella_packets = FALSE
const gboolean gnet_property_variable_dump_received_gnutella_packets_default = FALSE
gboolean gnet_property_variable_search_results_expose_relative_paths = FALSE
const gboolean gnet_property_variable_search_results_expose_relative_paths_default = FALSE
guint32 gnet_property_variable_shell_debug = 0
const guint32 gnet_property_variable_shell_debug_default = 0
guint32 gnet_property_variable_download_queue_frozen = 0
const guint32 gnet_property_variable_download_queue_frozen_default = 0
guint32 gnet_property_variable_sq_debug = 0
const guint32 gnet_property_variable_sq_debug_default = 0
guint32 gnet_property_variable_push_proxy_debug = 0
const guint32 gnet_property_variable_push_proxy_debug_default = 0
gboolean gnet_property_variable_experimental_tigertree_support = FALSE
const gboolean gnet_property_variable_experimental_tigertree_support_default = FALSE
guint32 gnet_property_variable_thex_files_requested = 0
const guint32 gnet_property_variable_thex_files_requested_default = 0
guint32 gnet_property_variable_thex_files_served = 0
const guint32 gnet_property_variable_thex_files_served_default = 0
guint32 gnet_property_variable_tigertree_debug = 0
const guint32 gnet_property_variable_tigertree_debug_default = 0
gboolean gnet_property_variable_tth_rebuilding = FALSE
const gboolean gnet_property_variable_tth_rebuilding_default = FALSE
gboolean gnet_property_variable_experimental_download_data_ignoring = FALSE
const gboolean gnet_property_variable_experimental_download_data_ignoring_default = FALSE
prop_set_tgnet_property


Function Documentation

void gnet_prop_add_prop_changed_listener property_t  prop,
prop_changed_listener_t  l,
gboolean  init
 

Add a change listener to a given property.

If init is TRUE then the listener is immediately called.

void gnet_prop_add_prop_changed_listener_full property_t  prop,
prop_changed_listener_t  l,
gboolean  init,
enum frequency_type  freq,
guint32  interval
 

Add a change listener to a given property.

If init is TRUE then the listener is immediately called.

const gchar* gnet_prop_default_to_string property_t  prop  ) 
 

const gchar* gnet_prop_description property_t  p  ) 
 

gboolean* gnet_prop_get_boolean property_t  prop,
gboolean *  t,
size_t  offset,
size_t  length
 

property_t gnet_prop_get_by_name const gchar *  name  ) 
 

GSList* gnet_prop_get_by_regex const gchar *  pattern,
gint *  error
 

prop_def_t* gnet_prop_get_def property_t  p  ) 
 

guint32* gnet_prop_get_guint32 property_t  prop,
guint32 *  t,
size_t  offset,
size_t  length
 

guint64* gnet_prop_get_guint64 property_t  prop,
guint64 *  t,
size_t  offset,
size_t  length
 

host_addr_t* gnet_prop_get_ip property_t  prop,
host_addr_t t,
size_t  offset,
size_t  length
 

gpointer gnet_prop_get_storage property_t  p,
gpointer  t,
size_t  l
 

gchar* gnet_prop_get_string property_t  prop,
gchar *  t,
size_t  size
 

prop_set_stub_t* gnet_prop_get_stub void   ) 
 

Returns a new stub struct for this property set.

Just g_free it when it is no longer needed. All fields are read only!

time_t* gnet_prop_get_timestamp property_t  prop,
time_t *  t,
size_t  offset,
size_t  length
 

prop_set_t* gnet_prop_init void   ) 
 

gboolean gnet_prop_is_saved property_t  p  ) 
 

const gchar* gnet_prop_name property_t  p  ) 
 

void gnet_prop_remove_prop_changed_listener property_t  prop,
prop_changed_listener_t  l
 

void gnet_prop_set_boolean property_t  prop,
const gboolean *  src,
size_t  offset,
size_t  length
 

void gnet_prop_set_from_string property_t  prop,
const gchar *  val
 

void gnet_prop_set_guint32 property_t  prop,
const guint32 *  src,
size_t  offset,
size_t  length
 

void gnet_prop_set_guint64 property_t  prop,
const guint64 *  src,
size_t  offset,
size_t  length
 

void gnet_prop_set_ip property_t  prop,
const host_addr_t src,
size_t  offset,
size_t  length
 

void gnet_prop_set_storage property_t  p,
gconstpointer  v,
size_t  l
 

void gnet_prop_set_string property_t  prop,
const gchar *  val
 

void gnet_prop_set_timestamp property_t  prop,
const time_t *  src,
size_t  offset,
size_t  length
 

void gnet_prop_shutdown void   ) 
 

Free memory allocated by the property set.

const gchar* gnet_prop_to_string property_t  prop  ) 
 

const gchar* gnet_prop_type_to_string property_t  p  ) 
 


Variable Documentation

prop_set_t* gnet_property [static]
 

gboolean gnet_property_variable_allow_private_network_connection = FALSE
 

const gboolean gnet_property_variable_allow_private_network_connection_default = FALSE [static]
 

gboolean gnet_property_variable_ancient_version = FALSE
 

const gboolean gnet_property_variable_ancient_version_default = FALSE [static]
 

guint32 gnet_property_variable_ancient_version_left_days = 365
 

const guint32 gnet_property_variable_ancient_version_left_days_default = 365 [static]
 

gboolean gnet_property_variable_auto_download_identical = TRUE
 

const gboolean gnet_property_variable_auto_download_identical_default = TRUE [static]
 

gboolean gnet_property_variable_auto_feed_download_mesh = TRUE
 

const gboolean gnet_property_variable_auto_feed_download_mesh_default = TRUE [static]
 

guint32 gnet_property_variable_average_ip6_uptime = 0
 

const guint32 gnet_property_variable_average_ip6_uptime_default = 0 [static]
 

guint32 gnet_property_variable_average_ip_uptime = 0
 

const guint32 gnet_property_variable_average_ip_uptime_default = 0 [static]
 

guint32 gnet_property_variable_average_servent_uptime = 0
 

const guint32 gnet_property_variable_average_servent_uptime_default = 0 [static]
 

gchar* gnet_property_variable_bad_file_path = "~/gtk-gnutella-downloads/corrupt"
 

const gchar* gnet_property_variable_bad_file_path_default = "~/gtk-gnutella-downloads/corrupt" [static]
 

guint32 gnet_property_variable_ban_debug = 0
 

const guint32 gnet_property_variable_ban_debug_default = 0 [static]
 

guint32 gnet_property_variable_ban_max_fds = 100
 

const guint32 gnet_property_variable_ban_max_fds_default = 100 [static]
 

guint32 gnet_property_variable_ban_ratio_fds = 25
 

const guint32 gnet_property_variable_ban_ratio_fds_default = 25 [static]
 

guint32 gnet_property_variable_banned_count = 0
 

const guint32 gnet_property_variable_banned_count_default = 0 [static]
 

gboolean gnet_property_variable_bind_to_forced_local_ip = FALSE
 

gboolean gnet_property_variable_bind_to_forced_local_ip6 = FALSE
 

const gboolean gnet_property_variable_bind_to_forced_local_ip6_default = FALSE [static]
 

const gboolean gnet_property_variable_bind_to_forced_local_ip_default = FALSE [static]
 

guint32 gnet_property_variable_bitzi_debug = 0
 

const guint32 gnet_property_variable_bitzi_debug_default = 0 [static]
 

guint32 gnet_property_variable_bootstrap_debug = 0
 

const guint32 gnet_property_variable_bootstrap_debug_default = 0 [static]
 

gboolean gnet_property_variable_browse_copied_to_passive = FALSE
 

const gboolean gnet_property_variable_browse_copied_to_passive_default = FALSE [static]
 

gboolean gnet_property_variable_browse_host_enabled = FALSE
 

const gboolean gnet_property_variable_browse_host_enabled_default = FALSE [static]
 

gboolean gnet_property_variable_bw_allow_stealing = TRUE
 

const gboolean gnet_property_variable_bw_allow_stealing_default = TRUE [static]
 

guint32 gnet_property_variable_bw_gnet_in = 8192
 

const guint32 gnet_property_variable_bw_gnet_in_default = 8192 [static]
 

guint32 gnet_property_variable_bw_gnet_lin = 3072
 

const guint32 gnet_property_variable_bw_gnet_lin_default = 3072 [static]
 

guint32 gnet_property_variable_bw_gnet_lout = 2048
 

const guint32 gnet_property_variable_bw_gnet_lout_default = 2048 [static]
 

guint32 gnet_property_variable_bw_gnet_out = 8192
 

const guint32 gnet_property_variable_bw_gnet_out_default = 8192 [static]
 

guint32 gnet_property_variable_bw_http_in = 8192
 

const guint32 gnet_property_variable_bw_http_in_default = 8192 [static]
 

guint32 gnet_property_variable_bw_http_out = 8192
 

const guint32 gnet_property_variable_bw_http_out_default = 8192 [static]
 

gboolean gnet_property_variable_bw_ul_usage_enabled = FALSE
 

const gboolean gnet_property_variable_bw_ul_usage_enabled_default = FALSE [static]
 

gboolean gnet_property_variable_bws_gin_enabled = FALSE
 

const gboolean gnet_property_variable_bws_gin_enabled_default = FALSE [static]
 

gboolean gnet_property_variable_bws_glin_enabled = FALSE
 

const gboolean gnet_property_variable_bws_glin_enabled_default = FALSE [static]
 

gboolean gnet_property_variable_bws_glout_enabled = FALSE
 

const gboolean gnet_property_variable_bws_glout_enabled_default = FALSE [static]
 

gboolean gnet_property_variable_bws_gout_enabled = FALSE
 

const gboolean gnet_property_variable_bws_gout_enabled_default = FALSE [static]
 

gboolean gnet_property_variable_bws_in_enabled = FALSE
 

const gboolean gnet_property_variable_bws_in_enabled_default = FALSE [static]
 

gboolean gnet_property_variable_bws_out_enabled = FALSE
 

const gboolean gnet_property_variable_bws_out_enabled_default = FALSE [static]
 

gboolean gnet_property_variable_clear_complete_downloads = FALSE
 

const gboolean gnet_property_variable_clear_complete_downloads_default = FALSE [static]
 

gboolean gnet_property_variable_clear_failed_downloads = FALSE
 

const gboolean gnet_property_variable_clear_failed_downloads_default = FALSE [static]
 

gboolean gnet_property_variable_clear_unavailable_downloads = TRUE
 

const gboolean gnet_property_variable_clear_unavailable_downloads_default = TRUE [static]
 

guint32 gnet_property_variable_clock_skew = 0
 

const guint32 gnet_property_variable_clock_skew_default = 0 [static]
 

gboolean gnet_property_variable_compute_connection_speed = TRUE
 

const gboolean gnet_property_variable_compute_connection_speed_default = TRUE [static]
 

guint32 gnet_property_variable_configured_peermode = NODE_P_AUTO
 

prop_def_choice_t gnet_property_variable_configured_peermode_choices[]
 

Initial value:

 { 
    {N_("auto (recommended)"), NODE_P_AUTO},
    {N_("ultra node"), NODE_P_ULTRA},
    {N_("leaf node"), NODE_P_LEAF},
    {NULL, 0}
}

const guint32 gnet_property_variable_configured_peermode_default = NODE_P_AUTO [static]
 

guint32 gnet_property_variable_connection_speed = 0
 

const guint32 gnet_property_variable_connection_speed_default = 0 [static]
 

gboolean gnet_property_variable_convert_evil_chars = TRUE
 

const gboolean gnet_property_variable_convert_evil_chars_default = TRUE [static]
 

gboolean gnet_property_variable_convert_old_filenames = FALSE
 

const gboolean gnet_property_variable_convert_old_filenames_default = FALSE [static]
 

gboolean gnet_property_variable_convert_spaces = FALSE
 

const gboolean gnet_property_variable_convert_spaces_default = FALSE [static]
 

guint32 gnet_property_variable_cpu_debug = 0
 

const guint32 gnet_property_variable_cpu_debug_default = 0 [static]
 

guint32 gnet_property_variable_crawler_visit_count = 0
 

const guint32 gnet_property_variable_crawler_visit_count_default = 0 [static]
 

time_t gnet_property_variable_current_ip6_stamp = 0
 

const time_t gnet_property_variable_current_ip6_stamp_default = 0 [static]
 

time_t gnet_property_variable_current_ip_stamp = 0
 

const time_t gnet_property_variable_current_ip_stamp_default = 0 [static]
 

guint32 gnet_property_variable_current_peermode = 0
 

prop_def_choice_t gnet_property_variable_current_peermode_choices[]
 

Initial value:

 { 
    {N_("ultra node"), NODE_P_ULTRA},
    {N_("leaf node"), NODE_P_LEAF},
    {NULL, 0}
}

const guint32 gnet_property_variable_current_peermode_default = 0 [static]
 

guint32 gnet_property_variable_dbg = 0
 

const guint32 gnet_property_variable_dbg_default = 0 [static]
 

guint32 gnet_property_variable_dh_debug = 0
 

const guint32 gnet_property_variable_dh_debug_default = 0 [static]
 

guint32 gnet_property_variable_dht_debug = 0
 

const guint32 gnet_property_variable_dht_debug_default = 0 [static]
 

gboolean gnet_property_variable_display_metric_units = FALSE
 

const gboolean gnet_property_variable_display_metric_units_default = FALSE [static]
 

guint32 gnet_property_variable_dl_active_count = 0
 

const guint32 gnet_property_variable_dl_active_count_default = 0 [static]
 

guint32 gnet_property_variable_dl_aqueued_count = 0
 

const guint32 gnet_property_variable_dl_aqueued_count_default = 0 [static]
 

guint64 gnet_property_variable_dl_byte_count = 0
 

const guint64 gnet_property_variable_dl_byte_count_default = 0 [static]
 

guint32 gnet_property_variable_dl_http_latency = 0
 

const guint32 gnet_property_variable_dl_http_latency_default = 0 [static]
 

guint32 gnet_property_variable_dl_maxchunksize = 10*1024*1024
 

const guint32 gnet_property_variable_dl_maxchunksize_default = 10*1024*1024 [static]
 

guint32 gnet_property_variable_dl_minchunksize = 512*1024
 

const guint32 gnet_property_variable_dl_minchunksize_default = 512*1024 [static]
 

guint32 gnet_property_variable_dl_mismatch_backout = 50000
 

const guint32 gnet_property_variable_dl_mismatch_backout_default = 50000 [static]
 

guint32 gnet_property_variable_dl_pqueued_count = 0
 

const guint32 gnet_property_variable_dl_pqueued_count_default = 0 [static]
 

guint32 gnet_property_variable_dl_qalive_count = 0
 

const guint32 gnet_property_variable_dl_qalive_count_default = 0 [static]
 

guint32 gnet_property_variable_dl_queue_count = 0
 

const guint32 gnet_property_variable_dl_queue_count_default = 0 [static]
 

gboolean gnet_property_variable_dl_remove_file_on_mismatch = FALSE
 

const gboolean gnet_property_variable_dl_remove_file_on_mismatch_default = FALSE [static]
 

guint32 gnet_property_variable_dl_running_count = 0
 

const guint32 gnet_property_variable_dl_running_count_default = 0 [static]
 

guint32 gnet_property_variable_dmesh_debug = 0
 

const guint32 gnet_property_variable_dmesh_debug_default = 0 [static]
 

guint32 gnet_property_variable_download_buffer_size = 32768
 

const guint32 gnet_property_variable_download_buffer_size_default = 32768 [static]
 

guint32 gnet_property_variable_download_connected_timeout = 180
 

const guint32 gnet_property_variable_download_connected_timeout_default = 180 [static]
 

guint32 gnet_property_variable_download_connecting_timeout = 90
 

const guint32 gnet_property_variable_download_connecting_timeout_default = 90 [static]
 

guint32 gnet_property_variable_download_debug = 0
 

const guint32 gnet_property_variable_download_debug_default = 0 [static]
 

gboolean gnet_property_variable_download_delete_aborted = TRUE
 

const gboolean gnet_property_variable_download_delete_aborted_default = TRUE [static]
 

guint32 gnet_property_variable_download_max_retries = 16
 

const guint32 gnet_property_variable_download_max_retries_default = 16 [static]
 

gboolean gnet_property_variable_download_optimistic_start = FALSE
 

const gboolean gnet_property_variable_download_optimistic_start_default = FALSE [static]
 

guint32 gnet_property_variable_download_overlap_range = 512
 

const guint32 gnet_property_variable_download_overlap_range_default = 512 [static]
 

guint32 gnet_property_variable_download_push_sent_timeout = 90
 

const guint32 gnet_property_variable_download_push_sent_timeout_default = 90 [static]
 

guint32 gnet_property_variable_download_queue_frozen = 0
 

const guint32 gnet_property_variable_download_queue_frozen_default = 0 [static]
 

gboolean gnet_property_variable_download_require_server_name = TRUE
 

const gboolean gnet_property_variable_download_require_server_name_default = TRUE [static]
 

gboolean gnet_property_variable_download_require_urn = FALSE
 

const gboolean gnet_property_variable_download_require_urn_default = FALSE [static]
 

guint32 gnet_property_variable_download_retry_busy_delay = 60
 

const guint32 gnet_property_variable_download_retry_busy_delay_default = 60 [static]
 

guint32 gnet_property_variable_download_retry_refused_delay = 1800
 

const guint32 gnet_property_variable_download_retry_refused_delay_default = 1800 [static]
 

guint32 gnet_property_variable_download_retry_stopped_delay = 15
 

const guint32 gnet_property_variable_download_retry_stopped_delay_default = 15 [static]
 

guint32 gnet_property_variable_download_retry_timeout_delay = 1200
 

const guint32 gnet_property_variable_download_retry_timeout_delay_default = 1200 [static]
 

guint32 gnet_property_variable_download_retry_timeout_max = 300
 

const guint32 gnet_property_variable_download_retry_timeout_max_default = 300 [static]
 

guint32 gnet_property_variable_download_retry_timeout_min = 20
 

const guint32 gnet_property_variable_download_retry_timeout_min_default = 20 [static]
 

guint32 gnet_property_variable_download_rx_size = 64
 

const guint32 gnet_property_variable_download_rx_size_default = 64 [static]
 

guint32 gnet_property_variable_dq_debug = 0
 

const guint32 gnet_property_variable_dq_debug_default = 0 [static]
 

gboolean gnet_property_variable_dump_received_gnutella_packets = FALSE
 

const gboolean gnet_property_variable_dump_received_gnutella_packets_default = FALSE [static]
 

gboolean gnet_property_variable_enable_local_socket = TRUE
 

const gboolean gnet_property_variable_enable_local_socket_default = TRUE [static]
 

gboolean gnet_property_variable_enable_shell = FALSE
 

const gboolean gnet_property_variable_enable_shell_default = FALSE [static]
 

gboolean gnet_property_variable_enable_udp = TRUE
 

const gboolean gnet_property_variable_enable_udp_default = TRUE [static]
 

guint32 gnet_property_variable_entry_removal_timeout = 5
 

const guint32 gnet_property_variable_entry_removal_timeout_default = 5 [static]
 

gboolean gnet_property_variable_experimental_download_data_ignoring = FALSE
 

const gboolean gnet_property_variable_experimental_download_data_ignoring_default = FALSE [static]
 

gboolean gnet_property_variable_experimental_tigertree_support = FALSE
 

const gboolean gnet_property_variable_experimental_tigertree_support_default = FALSE [static]
 

guint32 gnet_property_variable_fi_all_count = 0
 

const guint32 gnet_property_variable_fi_all_count_default = 0 [static]
 

guint32 gnet_property_variable_fi_with_source_count = 0
 

const guint32 gnet_property_variable_fi_with_source_count_default = 0 [static]
 

gboolean gnet_property_variable_file_descriptor_runout = FALSE
 

const gboolean gnet_property_variable_file_descriptor_runout_default = FALSE [static]
 

gboolean gnet_property_variable_file_descriptor_shortage = FALSE
 

const gboolean gnet_property_variable_file_descriptor_shortage_default = FALSE [static]
 

gboolean gnet_property_variable_file_moving = FALSE
 

const gboolean gnet_property_variable_file_moving_default = FALSE [static]
 

guint32 gnet_property_variable_fileinfo_debug = 0
 

const guint32 gnet_property_variable_fileinfo_debug_default = 0 [static]
 

gboolean gnet_property_variable_force_local_ip = FALSE
 

gboolean gnet_property_variable_force_local_ip6 = FALSE
 

const gboolean gnet_property_variable_force_local_ip6_default = FALSE [static]
 

const gboolean gnet_property_variable_force_local_ip_default = FALSE [static]
 

host_addr_t gnet_property_variable_forced_local_ip
 

host_addr_t gnet_property_variable_forced_local_ip6
 

guint32 gnet_property_variable_ggep_debug = 0
 

const guint32 gnet_property_variable_ggep_debug_default = 0 [static]
 

gboolean gnet_property_variable_give_server_hostname = FALSE
 

const gboolean gnet_property_variable_give_server_hostname_default = FALSE [static]
 

guint32 gnet_property_variable_gmsg_debug = 0
 

const guint32 gnet_property_variable_gmsg_debug_default = 0 [static]
 

gboolean gnet_property_variable_gnet_compact_query = TRUE
 

const gboolean gnet_property_variable_gnet_compact_query_default = TRUE [static]
 

gboolean gnet_property_variable_gnet_deflate_enabled = TRUE
 

const gboolean gnet_property_variable_gnet_deflate_enabled_default = TRUE [static]
 

guint32 gnet_property_variable_hard_ttl_limit = 15
 

const guint32 gnet_property_variable_hard_ttl_limit_default = 15 [static]
 

guint32 gnet_property_variable_hops_random_factor = 0
 

const guint32 gnet_property_variable_hops_random_factor_default = 0 [static]
 

gboolean gnet_property_variable_host_runs_ntp = FALSE
 

const gboolean gnet_property_variable_host_runs_ntp_default = FALSE [static]
 

guint32 gnet_property_variable_hosts_in_bad_catcher = 0
 

const guint32 gnet_property_variable_hosts_in_bad_catcher_default = 0 [static]
 

guint32 gnet_property_variable_hosts_in_catcher = 0
 

const guint32 gnet_property_variable_hosts_in_catcher_default = 0 [static]
 

guint32 gnet_property_variable_hosts_in_ultra_catcher = 0
 

const guint32 gnet_property_variable_hosts_in_ultra_catcher_default = 0 [static]
 

guint32 gnet_property_variable_hsep_debug = 0
 

const guint32 gnet_property_variable_hsep_debug_default = 0 [static]
 

guint32 gnet_property_variable_html_browse_count = 0
 

const guint32 gnet_property_variable_html_browse_count_default = 0 [static]
 

guint32 gnet_property_variable_html_browse_served = 0
 

const guint32 gnet_property_variable_html_browse_served_default = 0 [static]
 

guint32 gnet_property_variable_http_debug = 0
 

const guint32 gnet_property_variable_http_debug_default = 0 [static]
 

guint32 gnet_property_variable_incoming_connecting_timeout = 60
 

const guint32 gnet_property_variable_incoming_connecting_timeout_default = 60 [static]
 

host_addr_t gnet_property_variable_ipv6_trt_prefix
 

gboolean gnet_property_variable_is_firewalled = TRUE
 

const gboolean gnet_property_variable_is_firewalled_default = TRUE [static]
 

gboolean gnet_property_variable_is_inet_connected = TRUE
 

const gboolean gnet_property_variable_is_inet_connected_default = TRUE [static]
 

gboolean gnet_property_variable_is_udp_firewalled = TRUE
 

const gboolean gnet_property_variable_is_udp_firewalled_default = TRUE [static]
 

guint32 gnet_property_variable_lib_debug = 0
 

const guint32 gnet_property_variable_lib_debug_default = 0 [static]
 

gboolean gnet_property_variable_library_rebuilding = FALSE
 

const gboolean gnet_property_variable_library_rebuilding_default = FALSE [static]
 

guint32 gnet_property_variable_library_rescan_duration = 0
 

const guint32 gnet_property_variable_library_rescan_duration_default = 0 [static]
 

time_t gnet_property_variable_library_rescan_finished = 0
 

const time_t gnet_property_variable_library_rescan_finished_default = 0 [static]
 

time_t gnet_property_variable_library_rescan_started = 0
 

const time_t gnet_property_variable_library_rescan_started_default = 0 [static]
 

guint32 gnet_property_variable_listen_port = 1
 

const guint32 gnet_property_variable_listen_port_default = 1 [static]
 

host_addr_t gnet_property_variable_local_ip
 

host_addr_t gnet_property_variable_local_ip6
 

gchar* gnet_property_variable_local_netmasks_string = ""
 

const gchar* gnet_property_variable_local_netmasks_string_default = "" [static]
 

guint32 gnet_property_variable_max_bad_hosts_cached = 8000
 

const guint32 gnet_property_variable_max_bad_hosts_cached_default = 8000 [static]
 

guint32 gnet_property_variable_max_banned_fd = 100
 

const guint32 gnet_property_variable_max_banned_fd_default = 100 [static]
 

guint32 gnet_property_variable_max_connections = 40
 

const guint32 gnet_property_variable_max_connections_default = 40 [static]
 

guint32 gnet_property_variable_max_downloads = 100
 

const guint32 gnet_property_variable_max_downloads_default = 100 [static]
 

guint32 gnet_property_variable_max_high_ttl_msg = 10
 

const guint32 gnet_property_variable_max_high_ttl_msg_default = 10 [static]
 

guint32 gnet_property_variable_max_high_ttl_radius = 2
 

const guint32 gnet_property_variable_max_high_ttl_radius_default = 2 [static]
 

guint32 gnet_property_variable_max_host_downloads = 1
 

const guint32 gnet_property_variable_max_host_downloads_default = 1 [static]
 

guint32 gnet_property_variable_max_hosts_cached = 10000
 

const guint32 gnet_property_variable_max_hosts_cached_default = 10000 [static]
 

guint32 gnet_property_variable_max_leaves = 150
 

const guint32 gnet_property_variable_max_leaves_default = 150 [static]
 

guint32 gnet_property_variable_max_simultaneous_downloads_per_file = 40
 

const guint32 gnet_property_variable_max_simultaneous_downloads_per_file_default = 40 [static]
 

guint32 gnet_property_variable_max_ttl = 4
 

const guint32 gnet_property_variable_max_ttl_default = 4 [static]
 

guint32 gnet_property_variable_max_ultra_hosts_cached = 10000
 

const guint32 gnet_property_variable_max_ultra_hosts_cached_default = 10000 [static]
 

guint32 gnet_property_variable_max_ultrapeers = 3
 

const guint32 gnet_property_variable_max_ultrapeers_default = 3 [static]
 

guint32 gnet_property_variable_max_uploads = 4
 

const guint32 gnet_property_variable_max_uploads_default = 4 [static]
 

guint32 gnet_property_variable_max_uploads_ip = 1
 

const guint32 gnet_property_variable_max_uploads_ip_default = 1 [static]
 

guint32 gnet_property_variable_min_dup_msg = 5
 

const guint32 gnet_property_variable_min_dup_msg_default = 5 [static]
 

guint32 gnet_property_variable_min_dup_ratio = 150
 

const guint32 gnet_property_variable_min_dup_ratio_default = 150 [static]
 

gchar* gnet_property_variable_move_file_path = "~/gtk-gnutella-downloads/complete"
 

const gchar* gnet_property_variable_move_file_path_default = "~/gtk-gnutella-downloads/complete" [static]
 

guint32 gnet_property_variable_my_ttl = 4
 

const guint32 gnet_property_variable_my_ttl_default = 4 [static]
 

guint32 gnet_property_variable_network_protocol = NET_USE_IPV4
 

prop_def_choice_t gnet_property_variable_network_protocol_choices[]
 

Initial value:

 { 
    {N_("IPv4 only"), NET_USE_IPV4},
    {N_("IPv6 only"), NET_USE_IPV6},
    {N_("IPv4 and IPv6"), NET_USE_BOTH},
    {NULL, 0}
}

const guint32 gnet_property_variable_network_protocol_default = NET_USE_IPV4 [static]
 

gchar* gnet_property_variable_new_version_str = NULL
 

const gchar* gnet_property_variable_new_version_str_default = NULL [static]
 

guint32 gnet_property_variable_node_connected_timeout = 180
 

const guint32 gnet_property_variable_node_connected_timeout_default = 180 [static]
 

guint32 gnet_property_variable_node_connecting_timeout = 30
 

const guint32 gnet_property_variable_node_connecting_timeout_default = 30 [static]
 

guint32 gnet_property_variable_node_debug = 0
 

const guint32 gnet_property_variable_node_debug_default = 0 [static]
 

time_t gnet_property_variable_node_last_ultra_check = 0
 

const time_t gnet_property_variable_node_last_ultra_check_default = 0 [static]
 

time_t gnet_property_variable_node_last_ultra_leaf_switch = 0
 

const time_t gnet_property_variable_node_last_ultra_leaf_switch_default = 0 [static]
 

guint32 gnet_property_variable_node_leaf_count = 0
 

const guint32 gnet_property_variable_node_leaf_count_default = 0 [static]
 

gboolean gnet_property_variable_node_monitor_unstable_ip = TRUE
 

const gboolean gnet_property_variable_node_monitor_unstable_ip_default = TRUE [static]
 

gboolean gnet_property_variable_node_monitor_unstable_servents = FALSE
 

const gboolean gnet_property_variable_node_monitor_unstable_servents_default = FALSE [static]
 

guint32 gnet_property_variable_node_normal_count = 0
 

const guint32 gnet_property_variable_node_normal_count_default = 0 [static]
 

guint32 gnet_property_variable_node_queries_half_life = 5
 

const guint32 gnet_property_variable_node_queries_half_life_default = 5 [static]
 

guint32 gnet_property_variable_node_requery_threshold = 1700
 

const guint32 gnet_property_variable_node_requery_threshold_default = 1700 [static]
 

guint32 gnet_property_variable_node_rx_flowc_ratio = 70
 

const guint32 gnet_property_variable_node_rx_flowc_ratio_default = 70 [static]
 

guint32 gnet_property_variable_node_rx_size = 16
 

const guint32 gnet_property_variable_node_rx_size_default = 16 [static]
 

guint32 gnet_property_variable_node_sendqueue_size = 98304
 

const guint32 gnet_property_variable_node_sendqueue_size_default = 98304 [static]
 

guint32 gnet_property_variable_node_tx_flowc_timeout = 180
 

const guint32 gnet_property_variable_node_tx_flowc_timeout_default = 180 [static]
 

guint32 gnet_property_variable_node_ultra_count = 0
 

const guint32 gnet_property_variable_node_ultra_count_default = 0 [static]
 

gboolean gnet_property_variable_node_watch_similar_queries = TRUE
 

const gboolean gnet_property_variable_node_watch_similar_queries_default = TRUE [static]
 

guint32 gnet_property_variable_normal_connections = 0
 

const guint32 gnet_property_variable_normal_connections_default = 0 [static]
 

gboolean gnet_property_variable_ntp_detected = FALSE
 

const gboolean gnet_property_variable_ntp_detected_default = FALSE [static]
 

gboolean gnet_property_variable_online_mode = TRUE
 

const gboolean gnet_property_variable_online_mode_default = TRUE [static]
 

guint32 gnet_property_variable_oob_proxy_debug = 0
 

const guint32 gnet_property_variable_oob_proxy_debug_default = 0 [static]
 

guint32 gnet_property_variable_other_messages_kick_size = 40960
 

const guint32 gnet_property_variable_other_messages_kick_size_default = 40960 [static]
 

gboolean gnet_property_variable_overloaded_cpu = FALSE
 

const gboolean gnet_property_variable_overloaded_cpu_default = FALSE [static]
 

guint32 gnet_property_variable_parq_ban_bad_maxcountwait = 1
 

const guint32 gnet_property_variable_parq_ban_bad_maxcountwait_default = 1 [static]
 

guint32 gnet_property_variable_parq_debug = 0
 

const guint32 gnet_property_variable_parq_debug_default = 0 [static]
 

gboolean gnet_property_variable_parq_optimistic = TRUE
 

const gboolean gnet_property_variable_parq_optimistic_default = TRUE [static]
 

guint32 gnet_property_variable_parq_size_always_continue = 8192
 

const guint32 gnet_property_variable_parq_size_always_continue_default = 8192 [static]
 

guint32 gnet_property_variable_parq_time_always_continue = 5
 

const guint32 gnet_property_variable_parq_time_always_continue_default = 5 [static]
 

guint32 gnet_property_variable_pcache_debug = 0
 

const guint32 gnet_property_variable_pcache_debug_default = 0 [static]
 

guint32 gnet_property_variable_pfsp_first_chunk = 524288
 

const guint32 gnet_property_variable_pfsp_first_chunk_default = 524288 [static]
 

guint32 gnet_property_variable_pfsp_minimum_filesize = 1048576
 

const guint32 gnet_property_variable_pfsp_minimum_filesize_default = 1048576 [static]
 

gboolean gnet_property_variable_pfsp_server = TRUE
 

const gboolean gnet_property_variable_pfsp_server_default = TRUE [static]
 

gboolean gnet_property_variable_prefer_compressed_gnet = TRUE
 

const gboolean gnet_property_variable_prefer_compressed_gnet_default = TRUE [static]
 

gboolean gnet_property_variable_process_oob_queries = TRUE
 

const gboolean gnet_property_variable_process_oob_queries_default = TRUE [static]
 

host_addr_t gnet_property_variable_proxy_addr
 

gboolean gnet_property_variable_proxy_auth = FALSE
 

const gboolean gnet_property_variable_proxy_auth_default = FALSE [static]
 

gchar* gnet_property_variable_proxy_hostname = ""
 

const gchar* gnet_property_variable_proxy_hostname_default = "" [static]
 

gboolean gnet_property_variable_proxy_oob_queries = TRUE
 

const gboolean gnet_property_variable_proxy_oob_queries_default = TRUE [static]
 

guint32 gnet_property_variable_proxy_port = 0x0000
 

const guint32 gnet_property_variable_proxy_port_default = 0x0000 [static]
 

guint32 gnet_property_variable_proxy_protocol = PROXY_NONE
 

prop_def_choice_t gnet_property_variable_proxy_protocol_choices[]
 

Initial value:

 { 
    {N_("No proxy"), PROXY_NONE},
    {N_("HTTP"), PROXY_HTTP},
    {N_("SOCKS v4"), PROXY_SOCKSV4},
    {N_("SOCKS v5"), PROXY_SOCKSV5},
    {NULL, 0}
}

const guint32 gnet_property_variable_proxy_protocol_default = PROXY_NONE [static]
 

guint32 gnet_property_variable_push_proxy_debug = 0
 

const guint32 gnet_property_variable_push_proxy_debug_default = 0 [static]
 

guint32 gnet_property_variable_qhits_browse_count = 0
 

const guint32 gnet_property_variable_qhits_browse_count_default = 0 [static]
 

guint32 gnet_property_variable_qhits_browse_served = 0
 

const guint32 gnet_property_variable_qhits_browse_served_default = 0 [static]
 

guint32 gnet_property_variable_qrp_computation_time = 0
 

const guint32 gnet_property_variable_qrp_computation_time_default = 0 [static]
 

guint32 gnet_property_variable_qrp_conflict_ratio = 0
 

const guint32 gnet_property_variable_qrp_conflict_ratio_default = 0 [static]
 

guint32 gnet_property_variable_qrp_debug = 0
 

const guint32 gnet_property_variable_qrp_debug_default = 0 [static]
 

guint32 gnet_property_variable_qrp_fill_ratio = 0
 

const guint32 gnet_property_variable_qrp_fill_ratio_default = 0 [static]
 

guint32 gnet_property_variable_qrp_generation = 0
 

const guint32 gnet_property_variable_qrp_generation_default = 0 [static]
 

guint32 gnet_property_variable_qrp_hashed_keywords = 0
 

const guint32 gnet_property_variable_qrp_hashed_keywords_default = 0 [static]
 

guint32 gnet_property_variable_qrp_indexing_duration = 0
 

const guint32 gnet_property_variable_qrp_indexing_duration_default = 0 [static]
 

time_t gnet_property_variable_qrp_indexing_started = 0
 

const time_t gnet_property_variable_qrp_indexing_started_default = 0 [static]
 

guint32 gnet_property_variable_qrp_memory = 0
 

const guint32 gnet_property_variable_qrp_memory_default = 0 [static]
 

guint32 gnet_property_variable_qrp_patch_comp_ratio = 0
 

const guint32 gnet_property_variable_qrp_patch_comp_ratio_default = 0 [static]
 

guint32 gnet_property_variable_qrp_patch_computation_time = 0
 

const guint32 gnet_property_variable_qrp_patch_computation_time_default = 0 [static]
 

guint32 gnet_property_variable_qrp_patch_length = 0
 

const guint32 gnet_property_variable_qrp_patch_length_default = 0 [static]
 

guint32 gnet_property_variable_qrp_patch_raw_length = 0
 

const guint32 gnet_property_variable_qrp_patch_raw_length_default = 0 [static]
 

time_t gnet_property_variable_qrp_patch_timestamp = 0
 

const time_t gnet_property_variable_qrp_patch_timestamp_default = 0 [static]
 

guint32 gnet_property_variable_qrp_slots = 0
 

const guint32 gnet_property_variable_qrp_slots_default = 0 [static]
 

guint32 gnet_property_variable_qrp_slots_filled = 0
 

const guint32 gnet_property_variable_qrp_slots_filled_default = 0 [static]
 

time_t gnet_property_variable_qrp_timestamp = 0
 

const time_t gnet_property_variable_qrp_timestamp_default = 0 [static]
 

guint32 gnet_property_variable_query_debug = 0
 

const guint32 gnet_property_variable_query_debug_default = 0 [static]
 

guint32 gnet_property_variable_quick_connect_pool_size = 10
 

const guint32 gnet_property_variable_quick_connect_pool_size_default = 10 [static]
 

gboolean gnet_property_variable_reading_hostfile = FALSE
 

const gboolean gnet_property_variable_reading_hostfile_default = FALSE [static]
 

gboolean gnet_property_variable_reading_ultrafile = FALSE
 

const gboolean gnet_property_variable_reading_ultrafile_default = FALSE [static]
 

gboolean gnet_property_variable_recv_solicited_udp = FALSE
 

const gboolean gnet_property_variable_recv_solicited_udp_default = FALSE [static]
 

guint32 gnet_property_variable_remote_shell_timeout = 180
 

const guint32 gnet_property_variable_remote_shell_timeout_default = 180 [static]
 

guint32 gnet_property_variable_reserve_gtkg_nodes = 0
 

const guint32 gnet_property_variable_reserve_gtkg_nodes_default = 0 [static]
 

guint32 gnet_property_variable_routing_debug = 0
 

const guint32 gnet_property_variable_routing_debug_default = 0 [static]
 

guint32 gnet_property_variable_rudp_debug = 0
 

const guint32 gnet_property_variable_rudp_debug_default = 0 [static]
 

gchar* gnet_property_variable_save_file_path = "~/gtk-gnutella-downloads/incomplete"
 

const gchar* gnet_property_variable_save_file_path_default = "~/gtk-gnutella-downloads/incomplete" [static]
 

gchar* gnet_property_variable_scan_extensions = "aac;avi;bin;bz2;cue;deb;divx;doc;flac;flc;fli;gif;gz;ifo;iso;it;jpeg;jpg;m4a;mjpg;mka;mkv;mod;mov;mp1;mp2;mp3;mp4;mpa;mpeg;mpega;mpg;mpv;nes;ogg;ogm;qt;pdf;png;ps;ram;rar;rm;rom;rpm;s3m;shn;sid;smc;smd;srt;stm;tar;tgz;torrent;txt;vob;voc;vqf;wav;xm;xvid;zip"
 

const gchar* gnet_property_variable_scan_extensions_default = "aac;avi;bin;bz2;cue;deb;divx;doc;flac;flc;fli;gif;gz;ifo;iso;it;jpeg;jpg;m4a;mjpg;mka;mkv;mod;mov;mp1;mp2;mp3;mp4;mpa;mpeg;mpega;mpg;mpv;nes;ogg;ogm;qt;pdf;png;ps;ram;rar;rm;rom;rpm;s3m;shn;sid;smc;smd;srt;stm;tar;tgz;torrent;txt;vob;voc;vqf;wav;xm;xvid;zip" [static]
 

gboolean gnet_property_variable_scan_ignore_symlink_dirs = FALSE
 

const gboolean gnet_property_variable_scan_ignore_symlink_dirs_default = FALSE [static]
 

gboolean gnet_property_variable_scan_ignore_symlink_regfiles = FALSE
 

const gboolean gnet_property_variable_scan_ignore_symlink_regfiles_default = FALSE [static]
 

guint32 gnet_property_variable_search_answers_forward_size = 16384
 

const guint32 gnet_property_variable_search_answers_forward_size_default = 16384 [static]
 

guint32 gnet_property_variable_search_answers_kick_size = 65536
 

const guint32 gnet_property_variable_search_answers_kick_size_default = 65536 [static]
 

guint32 gnet_property_variable_search_debug = 0
 

const guint32 gnet_property_variable_search_debug_default = 0 [static]
 

guint32 gnet_property_variable_search_handle_ignored_files = 0
 

prop_def_choice_t gnet_property_variable_search_handle_ignored_files_choices[]
 

Initial value:

 { 
    {N_("displayed normally"), 0},
    {N_("displayed marked"), 1},
    {N_("not displayed"), 2},
    {NULL, 0}
}

const guint32 gnet_property_variable_search_handle_ignored_files_default = 0 [static]
 

guint32 gnet_property_variable_search_max_items = 50
 

const guint32 gnet_property_variable_search_max_items_default = 50 [static]
 

guint32 gnet_property_variable_search_muid_track_amount = 0
 

const guint32 gnet_property_variable_search_muid_track_amount_default = 0 [static]
 

guint32 gnet_property_variable_search_queries_forward_size = 256
 

const guint32 gnet_property_variable_search_queries_forward_size_default = 256 [static]
 

guint32 gnet_property_variable_search_queries_kick_size = 1024
 

const guint32 gnet_property_variable_search_queries_kick_size_default = 1024 [static]
 

guint32 gnet_property_variable_search_queue_size = 256
 

const guint32 gnet_property_variable_search_queue_size_default = 256 [static]
 

guint32 gnet_property_variable_search_queue_spacing = 10
 

const guint32 gnet_property_variable_search_queue_spacing_default = 10 [static]
 

guint32 gnet_property_variable_search_reissue_timeout = 3600
 

const guint32 gnet_property_variable_search_reissue_timeout_default = 3600 [static]
 

gboolean gnet_property_variable_search_remove_downloaded = FALSE
 

const gboolean gnet_property_variable_search_remove_downloaded_default = FALSE [static]
 

gboolean gnet_property_variable_search_results_expose_relative_paths = FALSE
 

const gboolean gnet_property_variable_search_results_expose_relative_paths_default = FALSE [static]
 

gboolean gnet_property_variable_send_oob_queries = TRUE
 

const gboolean gnet_property_variable_send_oob_queries_default = TRUE [static]
 

gboolean gnet_property_variable_send_pushes = TRUE
 

const gboolean gnet_property_variable_send_pushes_default = TRUE [static]
 

gchar gnet_property_variable_servent_guid[GUID_RAW_SIZE]
 

const gchar gnet_property_variable_servent_guid_default[GUID_RAW_SIZE] [static]
 

gchar gnet_property_variable_servent_kuid[KUID_RAW_SIZE]
 

const gchar gnet_property_variable_servent_kuid_default[KUID_RAW_SIZE] [static]
 

gchar* gnet_property_variable_server_hostname = ""
 

const gchar* gnet_property_variable_server_hostname_default = "" [static]
 

gboolean gnet_property_variable_sha1_rebuilding = FALSE
 

const gboolean gnet_property_variable_sha1_rebuilding_default = FALSE [static]
 

gboolean gnet_property_variable_sha1_verifying = FALSE
 

const gboolean gnet_property_variable_sha1_verifying_default = FALSE [static]
 

guint32 gnet_property_variable_share_debug = 0
 

const guint32 gnet_property_variable_share_debug_default = 0 [static]
 

gchar* gnet_property_variable_shared_dirs_paths = ""
 

const gchar* gnet_property_variable_shared_dirs_paths_default = "" [static]
 

guint32 gnet_property_variable_shell_debug = 0
 

const guint32 gnet_property_variable_shell_debug_default = 0 [static]
 

guint32 gnet_property_variable_socket_debug = 0
 

const guint32 gnet_property_variable_socket_debug_default = 0 [static]
 

gchar* gnet_property_variable_socks_pass = "password"
 

const gchar* gnet_property_variable_socks_pass_default = "password" [static]
 

gchar* gnet_property_variable_socks_user = "username"
 

const gchar* gnet_property_variable_socks_user_default = "username" [static]
 

guint32 gnet_property_variable_sq_debug = 0
 

const guint32 gnet_property_variable_sq_debug_default = 0 [static]
 

time_t gnet_property_variable_start_stamp = 0
 

const time_t gnet_property_variable_start_stamp_default = 0 [static]
 

gboolean gnet_property_variable_stop_host_get = FALSE
 

const gboolean gnet_property_variable_stop_host_get_default = FALSE [static]
 

gboolean gnet_property_variable_strict_sha1_matching = TRUE
 

const gboolean gnet_property_variable_strict_sha1_matching_default = TRUE [static]
 

guint32 gnet_property_variable_sys_nofile = 1024
 

const guint32 gnet_property_variable_sys_nofile_default = 1024 [static]
 

guint64 gnet_property_variable_sys_physmem = 65536
 

const guint64 gnet_property_variable_sys_physmem_default = 65536 [static]
 

guint32 gnet_property_variable_tcp_defer_accept_timeout = 10
 

const guint32 gnet_property_variable_tcp_defer_accept_timeout_default = 10 [static]
 

guint32 gnet_property_variable_thex_files_requested = 0
 

const guint32 gnet_property_variable_thex_files_requested_default = 0 [static]
 

guint32 gnet_property_variable_thex_files_served = 0
 

const guint32 gnet_property_variable_thex_files_served_default = 0 [static]
 

guint32 gnet_property_variable_tigertree_debug = 0
 

const guint32 gnet_property_variable_tigertree_debug_default = 0 [static]
 

guint32 gnet_property_variable_tls_debug = 0
 

const guint32 gnet_property_variable_tls_debug_default = 0 [static]
 

gboolean gnet_property_variable_tls_enforce = FALSE
 

const gboolean gnet_property_variable_tls_enforce_default = FALSE [static]
 

guint32 gnet_property_variable_total_downloads = 0
 

const guint32 gnet_property_variable_total_downloads_default = 0 [static]
 

guint32 gnet_property_variable_total_uploads = 0
 

const guint32 gnet_property_variable_total_uploads_default = 0 [static]
 

guint32 gnet_property_variable_track_props = 0
 

const guint32 gnet_property_variable_track_props_default = 0 [static]
 

gboolean gnet_property_variable_tth_rebuilding = FALSE
 

const gboolean gnet_property_variable_tth_rebuilding_default = FALSE [static]
 

guint32 gnet_property_variable_udp_crawler_visit_count = 0
 

const guint32 gnet_property_variable_udp_crawler_visit_count_default = 0 [static]
 

guint32 gnet_property_variable_udp_debug = 0
 

const guint32 gnet_property_variable_udp_debug_default = 0 [static]
 

guint64 gnet_property_variable_ul_byte_count = 0
 

const guint64 gnet_property_variable_ul_byte_count_default = 0 [static]
 

guint32 gnet_property_variable_ul_registered = 0
 

const guint32 gnet_property_variable_ul_registered_default = 0 [static]
 

guint32 gnet_property_variable_ul_running = 0
 

const guint32 gnet_property_variable_ul_running_default = 0 [static]
 

guint32 gnet_property_variable_ul_usage_min_percentage = 70
 

const guint32 gnet_property_variable_ul_usage_min_percentage_default = 70 [static]
 

guint32 gnet_property_variable_unique_nodes = 100
 

const guint32 gnet_property_variable_unique_nodes_default = 100 [static]
 

guint32 gnet_property_variable_up_connections = 32
 

const guint32 gnet_property_variable_up_connections_default = 32 [static]
 

gboolean gnet_property_variable_up_req_avg_ip_uptime = FALSE
 

const gboolean gnet_property_variable_up_req_avg_ip_uptime_default = FALSE [static]
 

gboolean gnet_property_variable_up_req_avg_servent_uptime = FALSE
 

const gboolean gnet_property_variable_up_req_avg_servent_uptime_default = FALSE [static]
 

gboolean gnet_property_variable_up_req_enough_bw = FALSE
 

const gboolean gnet_property_variable_up_req_enough_bw_default = FALSE [static]
 

gboolean gnet_property_variable_up_req_enough_conn = FALSE
 

const gboolean gnet_property_variable_up_req_enough_conn_default = FALSE [static]
 

gboolean gnet_property_variable_up_req_enough_fd = FALSE
 

const gboolean gnet_property_variable_up_req_enough_fd_default = FALSE [static]
 

gboolean gnet_property_variable_up_req_enough_mem = FALSE
 

const gboolean gnet_property_variable_up_req_enough_mem_default = FALSE [static]
 

gboolean gnet_property_variable_up_req_good_udp = FALSE
 

const gboolean gnet_property_variable_up_req_good_udp_default = FALSE [static]
 

gboolean gnet_property_variable_up_req_node_uptime = FALSE
 

const gboolean gnet_property_variable_up_req_node_uptime_default = FALSE [static]
 

gboolean gnet_property_variable_up_req_not_firewalled = FALSE
 

const gboolean gnet_property_variable_up_req_not_firewalled_default = FALSE [static]
 

guint32 gnet_property_variable_upload_connected_timeout = 180
 

const guint32 gnet_property_variable_upload_connected_timeout_default = 180 [static]
 

guint32 gnet_property_variable_upload_connecting_timeout = 90
 

const guint32 gnet_property_variable_upload_connecting_timeout_default = 90 [static]
 

guint32 gnet_property_variable_upload_debug = 0
 

const guint32 gnet_property_variable_upload_debug_default = 0 [static]
 

gboolean gnet_property_variable_uploads_stalling = FALSE
 

const gboolean gnet_property_variable_uploads_stalling_default = FALSE [static]
 

guint32 gnet_property_variable_url_debug = 0
 

const guint32 gnet_property_variable_url_debug_default = 0 [static]
 

gboolean gnet_property_variable_use_aggressive_swarming = TRUE
 

const gboolean gnet_property_variable_use_aggressive_swarming_default = TRUE [static]
 

gboolean gnet_property_variable_use_global_hostiles_txt = TRUE
 

const gboolean gnet_property_variable_use_global_hostiles_txt_default = TRUE [static]
 

gboolean gnet_property_variable_use_ip_tos = FALSE
 

const gboolean gnet_property_variable_use_ip_tos_default = FALSE [static]
 

gboolean gnet_property_variable_use_ipv6_trt = FALSE
 

const gboolean gnet_property_variable_use_ipv6_trt_default = FALSE [static]
 

gboolean gnet_property_variable_use_netmasks = FALSE
 

const gboolean gnet_property_variable_use_netmasks_default = FALSE [static]
 

gboolean gnet_property_variable_use_so_linger = FALSE
 

const gboolean gnet_property_variable_use_so_linger_default = FALSE [static]
 

gboolean gnet_property_variable_use_swarming = TRUE
 

const gboolean gnet_property_variable_use_swarming_default = TRUE [static]
 

guint32 gnet_property_variable_vmsg_debug = 0
 

const guint32 gnet_property_variable_vmsg_debug_default = 0 [static]
 


Generated on Sat Jun 30 17:53:27 2007 for gtk-gnutella by  doxygen 1.3.9.1