Home
last modified time | relevance | path

Searched refs:TcpServer (Results 1 – 3 of 3) 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() function in cuttlefish::socket_proxy::TcpServer
45 Result<SharedFD> TcpServer::Start() { in Start()
67 std::string TcpServer::Describe() const { in Describe()
Dserver.h33 class TcpServer : public Server {
35 TcpServer(int port, int retries_count = 1,
Dsocket_vsock_proxy.cpp106 server = std::make_unique<TcpServer>(FLAGS_server_tcp_port, TCP_SERVER_START_RETRIES_COUNT, in BuildServer()