JDK-8015623 : Add support for TCP_KEEPIDLE/ TCP_KEEPINTVL socket options (lnx)
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-05-29
  • Updated: 2019-03-17
  • Resolved: 2019-03-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
The Oracle JDBC team are interesting in having support for these socket options. 

At this time, these socket options are mostly on Linux. We should at least explore the issues, maybe the right thing is to make they available via a JDK-specific API, maybe the right thing is to define a JDK-specific SocketOption so that it can be used via SocketChannel's set/getOption methods.
Comments
JDK-8194298 was used to commit this feature.
17-03-2019