Home
last modified time | relevance | path

Searched defs:setTcpKeepAliveIntvl (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java305 private static void setTcpKeepAliveIntvl(FileDescriptor fd, int value) in setTcpKeepAliveIntvl() method in ExtendedSocketOptions
399 void setTcpKeepAliveIntvl(int fd, final int value) throws SocketException { in setTcpKeepAliveIntvl() method in ExtendedSocketOptions.PlatformSocketOptions