< prev index next >

test/jdk/com/sun/nio/sctp/SctpServerChannel/NonBlockingAccept.java

Print this page

        

*** 19,34 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ - /* @test - * @bug 4927640 - * @summary Tests the SCTP protocol implementation - * @author chegar - */ - import java.net.InetSocketAddress; import java.net.SocketAddress; import java.io.IOException; import java.util.HashSet; import java.util.Iterator; --- 19,28 ----
< prev index next >