Re: RFR 8081678: Add Stream returning methods to classes where there currently exist only Enumeration returning methods

2015-06-04 Thread Paul Sandoz
On Jun 3, 2015, at 11:00 PM, Chris Hegarty wrote: > Looks good Paul, just a few minor comments. ( looked at all, but *security* > and *sql* ) > > NetworkInterface > s/Enumertion/Stream >L127 * will be returned in the Enumeration. However, if the caller has the > > s/an/a >L131 * @re

Re: "Permission denied" using socket with IPv6

2015-06-04 Thread Michael McMahon
in that case it probably should have worked by using the scope-id as part of the address. So, if address might have been: InetAddress ia = InetAddress.getByName("fe80::20c:29ff:fe98:9210:%eth0"); // or whichever interface is required I've never seen EPERM as an error for that situation befor

Re: RFR : 8072384 : Setting IP_TOS on java.net sockets not working on unix

2015-06-04 Thread Michael McMahon
Sean, I'm happy with this change now. Thanks Michael On 25/05/15 15:01, Seán Coffey wrote: Jumping back on this issue...Michael identified a regression on linux with my last webrev. It was connected with IPv6 sockets connecting to IPv4 interfaces. Linux seems to cater for IP_TOS settings in