Home
last modified time | relevance | path

Searched refs:congestion_frame (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
Dquic_protocol.cc505 const QuicCongestionFeedbackFrame& congestion_frame) { in operator <<() argument
506 os << "type: " << congestion_frame.type; in operator <<()
507 switch (congestion_frame.type) { in operator <<()
509 const CongestionFeedbackMessageTCP& tcp = congestion_frame.tcp; in operator <<()