< prev index next >

test/java/nio/channels/DatagramChannel/Promiscuous.java

Print this page

        

*** 26,35 **** --- 26,36 ---- * @summary Test for interference when two sockets are bound to the same * port but joined to different multicast groups * @build Promiscuous NetworkConfiguration * @run main Promiscuous * @run main/othervm -Djava.net.preferIPv4Stack=true Promiscuous + * @key randomness */ import java.nio.ByteBuffer; import java.nio.channels.*; import java.net.*;
< prev index next >