Re: RFR:8194298 Add support for per Socket configuration of TCP keepalive

2018-04-13 Thread vyom tewari
On Saturday 14 April 2018 01:40 AM, Bernd Eckenfels wrote: Hello, Glad to see progress on this, much needed. thanks I wonder if there is a better way for safe and dynamic string concatenation in the JDK, this errmsg[56] looks scary. sure, i will fix it. Did you tried to support it on Wi

Re: RFR:8194298 Add support for per Socket configuration of TCP keepalive

2018-04-13 Thread Bernd Eckenfels
Hello, Glad to see progress on this, much needed. I wonder if there is a better way for safe and dynamic string concatenation in the JDK, this errmsg[56] looks scary. Did you tried to support it on Windows, even if it does not support all 3 parameters it might be important to be available (I t

Re: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-13 Thread Chris Hegarty
On 13/04/18 14:57, Langer, Christoph wrote: Hi Chris, Joel, testing went fine and did not show regressions. Same for the Oracle tests? Yes. nothing untoward observed. -Chris. Best regards Christoph -Original Message- From: Chris Hegarty [mailto:chris.hega...@oracle.com] Sent: Mit

RE: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-13 Thread Langer, Christoph
Hi Chris, Joel, testing went fine and did not show regressions. Same for the Oracle tests? Best regards Christoph > -Original Message- > From: Chris Hegarty [mailto:chris.hega...@oracle.com] > Sent: Mittwoch, 11. April 2018 18:11 > To: Langer, Christoph ; Joel Peláez Jorge > ; net-dev@op

RFR:8194298 Add support for per Socket configuration of TCP keepalive

2018-04-13 Thread vyom tewari
Hi All, Please review the below code. BugId    : https://bugs.openjdk.java.net/browse/JDK-8194298 webrev : http://cr.openjdk.java.net/~vtewari/8194298/webrev0.0/index.html Currently Java supports SO_KEEPALIVE, whose default value is 7200 seconds which is too long for most of the applications.