Searched refs:rxErrorCount (Results 1 – 1 of 1) sorted by relevance
114 int rxErrorCount = 0; in checkMassiveSocketDestroy() local116 const auto rxErrorHandler = [&rxErrorCount](const int, const int) { rxErrorCount++; }; in checkMassiveSocketDestroy()143 int currentErrorCount = rxErrorCount; in checkMassiveSocketDestroy()144 EXPECT_LT(0, rxErrorCount); in checkMassiveSocketDestroy()146 EXPECT_EQ(currentErrorCount, rxErrorCount); in checkMassiveSocketDestroy()149 EXPECT_EQ(0, rxErrorCount); in checkMassiveSocketDestroy()