Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_sent_packet_manager.cc742 const QuicTime::Delta kHistoryPeriod = in CleanupPacketHistory() local
749 if (now.Subtract(history_it->second->send_timestamp()) <= kHistoryPeriod) { in CleanupPacketHistory()