Searched refs:STATE_WRITE_UNRELIABLE (Results 1 – 3 of 3) sorted by relevance
439 STATE_WRITE_UNRELIABLE = 1, // we have had a few ping failures enumerator
1071 set_write_state(STATE_WRITE_UNRELIABLE); in UpdateState()1073 if ((write_state_ == STATE_WRITE_UNRELIABLE || in UpdateState()
2306 EXPECT_EQ(Connection::STATE_WRITE_UNRELIABLE, ch1.conn()->write_state()); in TEST_F()