[teststabilization] RFR: 8223798 : Replace wildcard address with loopback or local host in tests - part 7

Daniel Fuchs daniel.fuchs at oracle.com
Wed May 15 17:48:14 UTC 2019


On 15/05/2019 18:41, Aleks Efimov wrote:
> Hi Daniel,
> 
> Thanks for the review. I've modified Socket_getInputStream_[read|write] 
> to follow your suggestion:
> -            ServerSocket ss = new ServerSocket(0);
>               InetAddress lh = InetAddress.getLocalHost();
> +            ServerSocket ss = new ServerSocket(0, 0, lh);
> 
> Also I've broke the long lines in few places. Will push the changes 
> shortly.

Thanks Aleksej. LGTM.

> 
> With Best Regards,
> Aleksei


More information about the net-dev mailing list