Searched refs:SOCKET_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
81 public static int SOCKET_TIMEOUT_MS = 100; field in VpnTest295 int ret = Os.poll(new StructPollfd[] { pollfd }, SOCKET_TIMEOUT_MS); in checkPing()349 client.connect(new InetSocketAddress(toAddr, listen.getLocalPort()), SOCKET_TIMEOUT_MS); in checkTcpReflection()371 listen.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()393 client.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()394 server.setSoTimeout(SOCKET_TIMEOUT_MS); in checkTcpReflection()414 s.setSoTimeout(SOCKET_TIMEOUT_MS); in checkUdpEcho()