Home
last modified time | relevance | path

Searched defs:download_opts_t (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/msdl/msdl-1.2.7-r2/src/
H A Dmsdl.h97 struct download_opts_t { struct
98 int dl_protocol; /* specify protocol */
100 unsigned int bandwidth;
101 char *speed;
102 char *range; /* the range option in string : "3.0-5.0"*/
103 char *byterange;
105 int auto_retry;
106 int resume_download; /* resume flag */
108 union {
135 struct download_opts_t *new_download_opts_t(void); argument