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

Reply via email to