Searched refs:kMaxConnectionErrorsBeforeReset (Results 1 – 2 of 2) sorted by relevance
38 static const int32 kMaxConnectionErrorsBeforeReset = 10; variable
272 if (error_count_ > kMaxConnectionErrorsBeforeReset) { in IncrementErrorCount()