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