Skip to content
Snippets Groups Projects
Commit c0fd4c51 authored by ljmm1's avatar ljmm1
Browse files

creating folder

parent 2d8efc46
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ public class McCannPduSender ...@@ -21,7 +21,7 @@ public class McCannPduSender
public static final String DEFAULT_MULTICAST_ADDRESS = "239.1.2.3"; public static final String DEFAULT_MULTICAST_ADDRESS = "239.1.2.3";
/** Default multicast port used, matches Wireshark DIS capture default */ /** Default multicast port used, matches Wireshark DIS capture default */
public static final int DEFAULT_MULTICAST_PORT = 3000; public static final int DEFAULT_MULTICAST_PORT = 3001;
private int port; private int port;
InetAddress multicastAddress; InetAddress multicastAddress;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment