We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allow users to modify the the TCP options/ flags: https://docs.oracle.com/javase/8/docs/api/java/net/SocketOptions.html. Specifically, allow setting the SO_KEEPALIVE value to use OS keep-alive values.
SO_KEEPALIVE
See b/325293479 for more information.
Allow users to modify the the TCP options/ flags: https://docs.oracle.com/javase/8/docs/api/java/net/SocketOptions.html. Specifically, allow setting the
SO_KEEPALIVEvalue to use OS keep-alive values.See b/325293479 for more information.