Searched refs:rxErrorCount (Results 1 – 1 of 1) sorted by relevance
110 int rxErrorCount = 0; in checkMassiveSocketDestroy() local112 const auto rxErrorHandler = [&rxErrorCount](const int, const int) { rxErrorCount++; }; in checkMassiveSocketDestroy()139 int currentErrorCount = rxErrorCount; in checkMassiveSocketDestroy()142 EXPECT_LE(0, rxErrorCount); in checkMassiveSocketDestroy()143 if (!rxErrorCount) return true; in checkMassiveSocketDestroy()146 EXPECT_EQ(currentErrorCount, rxErrorCount); in checkMassiveSocketDestroy()149 EXPECT_EQ(0, rxErrorCount); in checkMassiveSocketDestroy()