Skip to content
Snippets Groups Projects
Commit c09be005 authored by Brian's avatar Brian
Browse files

No commit message

No commit message
parent c9525875
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import java.io.*;
import java.net.*;
public class hanley_multicastHW_receiver {
public class HanleyMulticastHWreceiver {
public static final String MULTICAST_ADDRESS = "239.1.2.15";
public static final int DESTINATION_PORT = 1717;
/** How many routers can be crossed */
......
......@@ -11,7 +11,7 @@ import java.io.*;
import java.net.*;
public class hanley_multicastHW_sender {
public class HanleyMulticastHWsender {
public static final String MULTICAST_ADDRESS = "239.1.2.15";
public static final int DESTINATION_PORT = 1717;
/** How many routers can be crossed */
......
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