Great it works for me.
Webrev updated at http://cr.openjdk.java.net/~weijun/8077670/webrev.01/.
Thanks
Max
On 08/26/2015 10:11 PM, Weijun Wang wrote:
Hi Chris
I don't know about that method. Will try.
This test is trying to start a UDP server that does nothing so that its
client receives neither a PortUnreachableException nor a valid reply and
can only timeout.
Thanks
Max
On 08/26/2015 04:05 PM, Chris Hegarty wrote:
Hi Max,
I don't know the specifics of this test, but can it use the ephemeral
port pattern, ds = new DatagramSocket(); ds.getLocalPort()? Rather than
looping.
-Chris.
On 26/08/15 08:57, Weijun Wang wrote:
Please take a look at
http://cr.openjdk.java.net/~weijun/8077670/webrev.00/
The test now tries to find an available port in a loop.
Thanks
Max