Hi,
while looking at utility functions for creating exceptions in libjava/libnet I
found a small spot that should be consolidated right away.
The function NET_ThrowSocketException does only exist in the windows native
implementation and is only used in 3 places in SocketInputStream.c. I removed
Thanks folks,
I've been running some testing here and noticed that IP_REQ_TIMED_OUT can also
be returned from IcmpSendEcho (as opposed to only being an error code in an
ICMP_ECHO_REPLY)
Updated webrev here:
http://cr.openjdk.java.net/~robm/8159410/webrev.03/
-Rob
On 22/09/16 06:12, C
> On 22 Sep 2016, at 18:04, Mark Sheppard wrote:
>
>
> it is good that you added the additional error code, "cover all bases", as
> they say.
> In any case your exception handling will inform if something has been
> missed, should it occur.
> So at the risk of triggering another MS curiosit
it is good that you added the additional error code, "cover all bases",
as they say.
In any case your exception handling will inform if something has been
missed, should it occur.
So at the risk of triggering another MS curiosity, the changes look fine
regards
Mark
On 21/09/2016 19:45, Rob
On 22 Sep 2016, at 00:14, Michael McMahon wrote:
>
> Martin
>
> The source is available in the JDK 9 sandbox (http-client-branch) at
> http://hg.openjdk.java.net/jdk9/sandbox/
>
> I think it has been updated to reflect the API as described below.
Apologies, it has not been update yet. I will d