Home | History | Annotate | Download | only in quic

Lines Matching refs:QUEUED

959   // are queued locally, or drain streams which are blocked.
1147 // Sending queued packets may have caused the socket to become write blocked,
1149 // we had queued and we're still not blocked, let the visitor know it can
1222 // Continue, because some queued packets may still be writable.
1332 // If the packet is QUEUED, we don't re-consult the congestion control.
1414 // be queued and sent again, which would result in an unnecessary
1441 // This occurs if a packet gets serialized, queued, then discarded.
1554 // If there are already queued packets, put this at the end,
1561 queued_packet.type = QUEUED;
1621 // Send the pending retransmission now that it's been queued.
1851 // Don't write stream data if there are negotiation or queued data packets
1859 // Sending queued packets may have caused the socket to become write blocked,
1861 // we had queued and we're still not blocked, let the visitor know it can