Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
DDnsTlsSocket.cpp401 const int timeout_msecs = DnsTlsSocket::kIdleTimeout.count() * 1000; in loop() local
443 const int s = TEMP_FAILURE_RETRY(poll(fds, std::size(fds), timeout_msecs)); in loop()