RFR: 8308593: Add Keepalive Extended Socket Options Support for Windows [v2]
Alan Bateman
alanb at openjdk.org
Fri Jul 14 06:47:06 UTC 2023
On Thu, 13 Jul 2023 22:53:34 GMT, Terry Chow <duke at openjdk.org> wrote:
> HI, just wondering if there's anything needed from me further (the related threads have been inactive for some time).
The original to use TCP_SIO_KEEPALIVE was problematic for several reasons, changing it to use TCP_KEEPCNT, TCP_KEEPIDLE, and TCP_KEEPINTVL after finding out that these socket options are supported on Windows is good. So I think we should review and include this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14232#issuecomment-1635361804
More information about the net-dev
mailing list