Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 5 of 5) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_STREAM_WEIGHT.md19 CURLOPT_STREAM_WEIGHT - numerical stream weight
26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_STREAM_WEIGHT, long weight);
31 Set the long *weight* to a number between 1 and 256.
33 When using HTTP/2, this option sets the individual weight for this particular
38 This option can be set during transfer and causes the updated weight info get
44 based on their weight. If you have two streams going, stream A with weight 16
45 and stream B with weight 32, stream B gets two thirds (32/48) of the available
66 /* the second has twice the weight */
/curl/lib/
H A Dhttp2.c881 second->state.priority.weight = data->state.priority.weight; in h2_duphandle()
1850 return data->set.priority.weight ? in sweight_wanted()
1851 data->set.priority.weight : NGHTTP2_DEFAULT_WEIGHT; in sweight_wanted()
1857 return data->state.priority.weight ? in sweight_in_effect()
1858 data->state.priority.weight : NGHTTP2_DEFAULT_WEIGHT; in sweight_in_effect()
H A Durldata.h1152 int weight; member
H A Dsetopt.c1332 data->set.priority.weight = (int)arg; in setopt_long()
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md1158 Set this HTTP/2 stream's weight. See CURLOPT_STREAM_WEIGHT(3)

Completed in 31 milliseconds