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.cpp40 TcpServer::TcpServer(int port, int retries_count, std::chrono::milliseconds retries_delay) in TcpServer() argument
42 retries_count_(retries_count), in TcpServer()
Dserver.h35 TcpServer(int port, int retries_count = 1,