Home
last modified time | relevance | path

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

/system/netd/libnetdutils/
DSocketOption.cpp35 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval) { in enableTcpKeepAlives() argument
45 if (probeInterval != 0) { in enableTcpKeepAlives()
46 RETURN_IF_NOT_OK(sys.setsockopt(sock, SOL_TCP, TCP_KEEPINTVL, &probeInterval, in enableTcpKeepAlives()
47 sizeof(probeInterval))); in enableTcpKeepAlives()
/system/netd/libnetdutils/include/netdutils/
DSocketOption.h55 Status enableTcpKeepAlives(Fd sock, unsigned idleTime, unsigned numProbes, unsigned probeInterval);