|
NAMEmetalink_resource_t - The structure that holds an URL of a resource and its metadata.SYNOPSIS#include <metalink/metalink_types.h>DESCRIPTIONmetalink_resource_t is a structure that holds an URL of a resource and its metadata.STRUCTURE MEMBERSchar *url;char *type; char *location; int preference; int maxconnections; urlNull terminated string of URL.typeNull terminated string of protocol of URL, like "http", "ftp".locationNull terminated string of country code, like "JP", where the server in URL resides.preferencePreference of this resource. The higher value has bigger preference.maxconnectionsMax connections that a client can establish to this resource simultaneously.SEE ALSOmetalink_parse_file(3)
Visit the GSP FreeBSD Man Page Interface. |