Home | History | Annotate | Download | only in http2

Lines Matching refs:That

3 // license that can be found in the LICENSE file.
25 // prioritization, since the stream could be given a priority that is
28 // become closed. The longer state is retained, the lower the chance that
37 // Similarly, streams that are in the "idle" state can be assigned
44 // ThrottleOutOfOrderWrites enables write throttling to help ensure that
50 // amount of data from B to minimize the amount of bandwidth that B can
55 // NewPriorityWriteScheduler constructs a WriteScheduler that schedules
155 // f(n, openParent) takes two arguments: the node to visit, n, and a bool that is true
215 // Prefer the subtree that has sent fewer bytes relative to its weight.
230 // The root queues control frames that are not associated with any stream.
239 // lists of nodes that have been closed or are idle, but are kept in
319 // - A closed stream that has been removed (this will have ID <= maxID)
320 // - An idle stream that is being used for "grouping" (this will have ID > maxID)
338 // Section 5.3.1: A dependency on a stream that is not currently in the tree
339 // results in that stream being given a default priority (Section 5.3.5).
358 // That is: if parent depends on n, move parent to depend on n.parent.