Searched refs:congestion_frame (Results 1 – 1 of 1) sorted by relevance
505 const QuicCongestionFeedbackFrame& congestion_frame) { in operator <<() argument506 os << "type: " << congestion_frame.type; in operator <<()507 switch (congestion_frame.type) { in operator <<()509 const CongestionFeedbackMessageTCP& tcp = congestion_frame.tcp; in operator <<()