GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
METALINK_RESOURCE_T(3) libmetalink Manual METALINK_RESOURCE_T(3)

metalink_resource_t - The structure that holds an URL of a resource and its metadata.

#include <metalink/metalink_types.h>

metalink_resource_t is a structure that holds an URL of a resource and its metadata.

char *url;
char *type;
char *location;
int preference;
int maxconnections;

Null terminated string of URL.

Null terminated string of protocol of URL, like "http", "ftp".

Null terminated string of country code, like "JP", where the server in URL resides.

Preference of this resource. The higher value has bigger preference.

Max connections that a client can establish to this resource simultaneously.

metalink_parse_file(3)
10/28/2008 libmetalink 0.0.3

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.