Searched refs:MAX_TCP_TRIES (Results 1 – 2 of 2) sorted by relevance
48 static constexpr int MAX_TCP_TRIES = 6000; variable
185 for (int i = 0; i < MAX_TCP_TRIES && !transport; i++) { in ConnectTcpFastbootDevice()