#include <downloads.h>
Data Fields | |
enum dl_server_magic | magic |
Magic number. | |
gint | refcnt |
Reference count. | |
dl_key * | key |
Key properties. | |
GList * | list [DL_LIST_SZ] |
Download lists. | |
guint | count [DL_LIST_SZ] |
Amount of downloads in list. | |
const gchar * | vendor |
Remote server vendor string (atom). | |
const gchar * | hostname |
Remote hostname, if known (atom). | |
gint | country |
Country of origin -- encoded ISO3166. | |
time_t | retry_after |
Time at which we may retry from this host. | |
time_t | dns_lookup |
Last DNS lookup for hostname. | |
vernum | parq_version |
Supported queueing version. | |
guint32 | attrs |
GSList * | proxies |
Known push proxies (struct gnutella_host). | |
time_t | proxies_stamp |
Time when list was last updated. |
|
|
|
Amount of downloads in list.
|
|
Country of origin -- encoded ISO3166.
|
|
Last DNS lookup for hostname.
|
|
Remote hostname, if known (atom).
|
|
Key properties.
|
|
Download lists.
|
|
Magic number.
|
|
Supported queueing version.
|
|
Known push proxies (struct gnutella_host).
|
|
Time when list was last updated.
|
|
Reference count.
|
|
Time at which we may retry from this host.
|
|
Remote server vendor string (atom).
|