equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
30 /* |
30 /* |
31 * @test JdpSpecificAddressTest |
31 * @test JdpSpecificAddressTest |
32 * @summary Assert that we can read JDP packets from a multicast socket connection, on specific IP and port. |
32 * @summary Assert that we can read JDP packets from a multicast socket connection, on specific IP and port. |
33 * |
33 * |
34 * @library /lib/testlibrary |
34 * @library /lib/testlibrary |
|
35 * @library /test/lib |
35 * |
36 * |
36 * @build jdk.testlibrary.* ClientConnection JdpTestUtil JdpTestCase JdpOnTestCase DynamicLauncher |
37 * @build jdk.testlibrary.* ClientConnection JdpTestUtil JdpTestCase JdpOnTestCase DynamicLauncher |
37 * @run main/othervm JdpSpecificAddressTest |
38 * @run main/othervm JdpSpecificAddressTest |
38 */ |
39 */ |
39 |
40 |