Skip to content
Snippets Groups Projects
Commit 5e3c5d99 authored by Goetz Lindenmaier's avatar Goetz Lindenmaier
Browse files

8339787: Add some additional diagnostic output to java/net/ipv6tests/UdpTest.java

Backport-of: cecb0b3d11ed0ce204cb6c3427f5a6858a844aeb
parent 856b4836
No related branches found
No related tags found
No related merge requests found
/*
* Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
......@@ -123,7 +123,8 @@ public class Tests {
}
dprintln ("dest2 = " + dest2);
dprintln ("sender endpoint = " + s1.getLocalSocketAddress());
dprintln ("echo endpoint = " + s2.getLocalSocketAddress());
DatagramPacket r1 = new DatagramPacket (new byte[256], 256);
DatagramPacket r2 = new DatagramPacket (new byte[256], 256);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment