Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_framer.cc1475 uint64 time_received_us; in ProcessQuicCongestionFeedbackFrame() local
1476 if (!reader_->ReadUInt64(&time_received_us)) { in ProcessQuicCongestionFeedbackFrame()
1481 QuicTime::Delta::FromMicroseconds(time_received_us)); in ProcessQuicCongestionFeedbackFrame()