Lines Matching refs:frames
61 // Class that receives callbacks from the connection when frames are received
67 // A simple visitor interface for dealing with data frames.
68 virtual void OnStreamFrames(const std::vector<QuicStreamFrame>& frames) = 0;
70 // The session should process all WINDOW_UPDATE frames, adjusting both stream
73 const std::vector<QuicWindowUpdateFrame>& frames) = 0;
75 // BLOCKED frames tell us that the peer believes it is flow control blocked on
78 virtual void OnBlockedFrames(const std::vector<QuicBlockedFrame>& frames) = 0;
430 // Returns true if the connection has queued packets or frames.
456 // Retransmits all unacked packets with retransmittable frames if
507 // While the bundler is in scope, any generated frames are bundled
513 // In addition to all outgoing frames being bundled when the
579 // retransmittable frames to NULL.
585 // retransmittable frames upon success.
597 // Clears any accumulated frames from the last received packet.
716 // they are added to this list. All corresponding frames are in