Home
last modified time | relevance | path

Searched refs:retries_count_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dserver.cpp42 retries_count_(retries_count), in TcpServer()
49 for (int i = 0; i < retries_count_; i++) { in Start()
58 << retries_count_ << " total attempts). Error: " << last_error; in Start()
64 << "after " << retries_count_ << " attempts. Last error: " << last_error); in Start()
Dserver.h42 int retries_count_; variable