Searched refs:p2p_num_attempts_ (Results 1 – 2 of 2) sorted by relevance
64 p2p_num_attempts_(0), in PayloadState()1350 return p2p_num_attempts_; in GetP2PNumAttempts()1354 p2p_num_attempts_ = value; in SetP2PNumAttempts()1355 LOG(INFO) << "p2p Num Attempts = " << p2p_num_attempts_; in SetP2PNumAttempts()1395 if (p2p_num_attempts_ > kMaxP2PAttempts) { in P2PAttemptAllowed()1396 LOG(INFO) << "Number of p2p attempts is " << p2p_num_attempts_ in P2PAttemptAllowed()
445 int p2p_num_attempts_; variable