Re: RFR: JDK-8265362 java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64) [v2]

2021-05-24 Thread Christos Zoulas
> On May 24, 2021, at 10:39 AM, Mark Sheppard wrote: > > I could have used return directly in multiple places ... but my style > preference is a single exit point from a method My preference is the opposite :-) I like the "early returns" coding style because I don't need to "keep state" whil

RE: RFR (S) JDK-8160174: java.net.NetworkInterface - fixes and improvements for network interface listing

2016-07-11 Thread Christos Zoulas
On Jul 11, 1:36pm, christoph.lan...@sap.com ("Langer, Christoph") wrote: -- Subject: RE: RFR (S) JDK-8160174: java.net.NetworkInterface - fixes and im | Hi Chris (or anyone who is holding a stake in the NetworkInterface native i= | mplementation), | | I've spent some time on cleaning up NetworkI

Re: "Permission denied" using socket with IPv6

2015-06-01 Thread Christos Zoulas
On Jun 1, 4:14pm, bbiss...@gmail.com (Bobby Bissett) wrote: -- Subject: "Permission denied" using socket with IPv6 | Hi all, | | Can someone tell me how to diagnose this issue? I can't create a connection | to another node using IPv6 because of the error below -- a short app | demonstrates the p

Re: DNS resolution fails after resolv.conf update

2015-05-05 Thread Christos Zoulas
On May 5, 1:32pm, sbaid...@redhat.com (Stanislav Baiduzhyi) wrote: -- Subject: Re: DNS resolution fails after resolv.conf update | Hi Christos, | | On Monday 04 May 2015 21:16:40 Christos Zoulas wrote: | > I don't think it is the job of the JDK to handle this. For example | > many sy

Re: DNS resolution fails after resolv.conf update

2015-05-04 Thread Christos Zoulas
On May 4, 5:38pm, sbaid...@redhat.com (Stanislav Baiduzhyi) wrote: -- Subject: DNS resolution fails after resolv.conf update | Hi All, | | We are facing an issue with DNS server caching on RHEL-based distros: after | the update of resolv.conf java application cannot resolve the hosts any more.

Re: RFR [9] 8035897 : FD_SETSIZE should be set on macosx

2014-08-18 Thread Christos Zoulas
On Aug 18, 5:42pm, fwei...@redhat.com (Florian Weimer) wrote: -- Subject: Re: RFR [9] 8035897 : FD_SETSIZE should be set on macosx | On 08/18/2014 05:36 PM, Christos Zoulas wrote: | > On Aug 18, 5:10pm, fwei...@redhat.com (Florian Weimer) wrote: | > -- Subject: Re: RFR [9] 8035897 : FD_S

Re: RFR [9] 8035897 : FD_SETSIZE should be set on macosx

2014-08-18 Thread Christos Zoulas
On Aug 18, 5:10pm, fwei...@redhat.com (Florian Weimer) wrote: -- Subject: Re: RFR [9] 8035897 : FD_SETSIZE should be set on macosx | On 02/28/2014 03:40 PM, Chris Hegarty wrote: | > Either: | > 1) FD_SETSIZE needs to be set to a larger value, but what value, the | > kernel limit, or other?

Re: Review Request of JDK Enhancement Proposal: DTLS

2014-03-22 Thread Christos Zoulas
On Mar 22, 9:39am, mh...@mhcomputing.net (Matthew Hall) wrote: -- Subject: Re: Review Request of JDK Enhancement Proposal: DTLS | Sorry about the hiccup. Supposedly the bug will work if you get in with user guest PW guest. Thanks. christos

Re: Review Request of JDK Enhancement Proposal: DTLS

2014-03-22 Thread Christos Zoulas
On Mar 21, 11:48pm, mh...@mhcomputing.net (Matthew Hall) wrote: -- Subject: Re: Review Request of JDK Enhancement Proposal: DTLS | The following bug and source code [1] are present in OpenSSL: | | http://rt.openssl.org/Ticket/Display.html?id=1929 This link is not public. Can you post a summary?

Re: Review Request of JDK Enhancement Proposal: DTLS

2014-03-21 Thread Christos Zoulas
On Mar 22, 7:38am, xuelei@oracle.com (Xuelei Fan) wrote: -- Subject: Re: Review Request of JDK Enhancement Proposal: DTLS | Networking experts, any suggestion? I have not seen pmtu exposed at the application layer before. Has anyone else? christos | | Xuelei | | On 3/21/2014 8:28 AM, Mat

Re: RFR: [8036088] - Thread-unsafe strtok() is used to parse the list of overrides

2014-03-03 Thread Christos Zoulas
On Mar 3, 8:32pm, ivan.gerasi...@oracle.com (Ivan Gerasimov) wrote: -- Subject: RFR: [8036088] - Thread-unsafe strtok() is used to parse the list | Hello! | | The strtok() function is used in | ./windows/native/sun/net/spi/DefaultProxySelector.c. | This function is not thread safe, so it may po

Re: RFR [9] 8035897 : FD_SETSIZE should be set on macosx

2014-02-28 Thread Christos Zoulas
On Feb 28, 5:41pm, chris.hega...@oracle.com (Chris Hegarty) wrote: -- Subject: Re: RFR [9] 8035897 : FD_SETSIZE should be set on macosx | We are using select on OS X, only, because of a bug in poll, see | https://bugs.openjdk.java.net/browse/JDK-7131399 | | Michael ran into this in the origina

Re: RFR [9] 8035897 : FD_SETSIZE should be set on macosx

2014-02-28 Thread Christos Zoulas
On Feb 28, 3:55pm, michael.x.mcma...@oracle.com (Michael McMahon) wrote: -- Subject: Re: RFR [9] 8035897 : FD_SETSIZE should be set on macosx | On 28/02/14 14:40, Chris Hegarty wrote: | > [ Volker: there are some trivial AIX changes here, maybe you could | > verify them? ] | > | > JDK-8021820 ad

Re: DefaultProxySelector socks override

2013-04-03 Thread Christos Zoulas
On Apr 3, 9:15am, kurchi.subhra.ha...@oracle.com (Kurchi Subhra Hazra) wrote: -- Subject: Re: DefaultProxySelector socks override | Hi Christos, | | It is ok to push the test changes alongwith the code changes - we do not | want | to break our tests as a result of new changes.. | I am making an

Re: DefaultProxySelector socks override

2013-04-02 Thread Christos Zoulas
On Apr 2, 5:26pm, kurchi.subhra.ha...@oracle.com (Kurchi Hazra) wrote: -- Subject: Re: DefaultProxySelector socks override | Also, I should have clarified why I am changing the test. Since now we | are defining the socks non-proxy property - | localhost gets added to the list of non-proxy hosts

Re: DefaultProxySelector socks override

2013-04-02 Thread Christos Zoulas
On Apr 2, 5:13pm, kurchi.subhra.ha...@oracle.com (Kurchi Hazra) wrote: -- Subject: Re: DefaultProxySelector socks override | Hi Christos/Chris, | | Here is a webrev for this change: | http://cr.openjdk.java.net/~khazra/5001942/webrev.00/ LGTM, for DefaultProxySelector.java. The SocksProxy

Re: DefaultProxySelector socks override

2013-03-27 Thread Christos Zoulas
On Mar 27, 5:30pm, chris.hega...@oracle.com (Chris Hegarty) wrote: -- Subject: Re: DefaultProxySelector socks override | On 03/27/2013 05:22 PM, chris...@zoulas.com wrote: | > | > Sure, I just requested a subscription to net-dev so I might not see the | > first few messages. To clarify: | >

Re: [Fwd: [PATCH]: Portability fixes]

2009-02-03 Thread Christos Zoulas
On Feb 2, 1:42pm, christopher.hega...@sun.com (Christopher Hegarty - Sun Microsystems Ireland) wrote: -- Subject: Re: [Fwd: [PATCH]: Portability fixes] | Hi Alan, Christos, | | I've looked at the changes that Christos suggested and also how Martin | fixed UNIXProcess_md. Here is what I believe