Searched refs:time_spent_attempting_p2p (Results 1 – 1 of 1) sorted by relevance
1411 TimeDelta time_spent_attempting_p2p = now - p2p_first_attempt_timestamp_; in P2PAttemptAllowed() local1412 if (time_spent_attempting_p2p.InSeconds() < 0) { in P2PAttemptAllowed()1417 if (time_spent_attempting_p2p.InSeconds() > kMaxP2PAttemptTimeSeconds) { in P2PAttemptAllowed()1419 << utils::FormatTimeDelta(time_spent_attempting_p2p) in P2PAttemptAllowed()