Skip to content
Snippets Groups Projects
Commit 69978c14 authored by garrettloeffelman's avatar garrettloeffelman
Browse files

Merge origin/master

parents 4f981511 e247f800
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package MV3500Cohort2018JulySeptember.homework3.Ayres_Homework3; package MV3500Cohort2018JulySeptember.homework3.AyresDemchkoHomework3;
import java.io.ByteArrayInputStream; import java.io.ByteArrayInputStream;
import java.io.DataInputStream; import java.io.DataInputStream;
...@@ -17,7 +17,7 @@ import java.net.UnknownHostException; ...@@ -17,7 +17,7 @@ import java.net.UnknownHostException;
* *
* @author kjayr * @author kjayr
*/ */
public class AyresMulticastReceiver { public class AyresDemchkoMulticastReceiver {
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 */
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package MV3500Cohort2018JulySeptember.homework3.Ayres_Homework3; package MV3500Cohort2018JulySeptember.homework3.AyresDemchkoHomework3;
import java.io.ByteArrayOutputStream; import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream; import java.io.DataOutputStream;
...@@ -15,7 +15,7 @@ import java.net.MulticastSocket; ...@@ -15,7 +15,7 @@ import java.net.MulticastSocket;
* *
* @author kjayr * @author kjayr
*/ */
public class AyresMulticastSender { public class AyresDemchkoMulticastSender {
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;
......
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