Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dreceive_algorithm_interface.cc13 CongestionFeedbackType type) { in Create()
Dreceive_algorithm_interface.h20 static ReceiveAlgorithmInterface* Create(CongestionFeedbackType type);
/external/chromium_org/net/quic/
Dquic_protocol.h727 enum CongestionFeedbackType { enum
761 CongestionFeedbackType type;
Dquic_framer.cc1501 static_cast<CongestionFeedbackType>(feedback_type); in ProcessCongestionFeedbackFrame()
Dquic_framer_test.cc4254 static_cast<CongestionFeedbackType>(kTCP + 1); in TEST_P()