Skip to content
Snippets Groups Projects
Commit 7ab297dc authored by Justin Snell's avatar Justin Snell
Browse files

Merge origin/master

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