mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-10 15:08:43 +00:00
8381008: [aix] Test java/net/DatagramSocket/SendReceiveMaxSize.java#preferIPv6Loopback fails after JDK-8380824
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org> Reviewed-by: mdoerr, jpai, dfuchs
This commit is contained in:
parent
7a11bdd257
commit
cbef44cbc0
@ -115,8 +115,8 @@ public class SendReceiveMaxSize {
|
||||
|
||||
private int BUF_LIMIT;
|
||||
private InetAddress HOST_ADDR;
|
||||
private final static int IPV4_SNDBUF = 65507;
|
||||
private final static int IPV6_SNDBUF = 65527;
|
||||
private final static int IPV4_SNDBUF = IPSupport.getMaxUDPSendBufSizeIPv4();
|
||||
private final static int IPV6_SNDBUF = IPSupport.getMaxUDPSendBufSizeIPv6();
|
||||
private final static Class<IOException> IOE = IOException.class;
|
||||
private final static Random random = RandomFactory.getRandom();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user