Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dclient.cpp57 timeout_(timeout) {} in TcpClient()
63 client = StartIpv6(host_, port_, timeout_); in Start()
65 client = StartIpv4(host_, port_, timeout_); in Start()
Dclient.h41 std::chrono::seconds timeout_; variable