Searched refs:wlen_penalty (Results 1 – 1 of 1) sorted by relevance
265 uint32_t wlen_penalty; in nghttp2_stream_change_weight() local288 wlen_penalty = (uint32_t)stream->last_writelen * NGHTTP2_MAX_WEIGHT; in nghttp2_stream_change_weight()294 (wlen_penalty % (uint32_t)old_weight)) % in nghttp2_stream_change_weight()297 last_cycle = stream->cycle - (wlen_penalty + stream->pending_penalty) / in nghttp2_stream_change_weight()
Completed in 3 milliseconds