Skip to content
Snippets Groups Projects
Commit 079824cd authored by cs2017's avatar cs2017
Browse files

Refactoring names

parent a83e41e9
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ import java.io.PrintStream; ...@@ -16,7 +16,7 @@ import java.io.PrintStream;
* @author Angelopoulos/Blankenbeker * @author Angelopoulos/Blankenbeker
* @version 8 MAR 2018 * @version 8 MAR 2018
*/ */
public class AngelBlankEspduReceiverAtoTCPTest { public class AngelBlankEspduReceiverAtoTCP {
public static final String TCP_DESTINATION_IP = "172.20.146.111"; public static final String TCP_DESTINATION_IP = "172.20.146.111";
public static final int DIS_DESTINATION_PORT = 3000; public static final int DIS_DESTINATION_PORT = 3000;
......
...@@ -16,7 +16,7 @@ import java.io.PrintStream; ...@@ -16,7 +16,7 @@ import java.io.PrintStream;
* @author Angelopoulos/Blankenbeker * @author Angelopoulos/Blankenbeker
* @version 8 MAR 2018 * @version 8 MAR 2018
*/ */
public class AngelBlankEspduReceiverBtoTCPTest { public class AngelBlankEspduReceiverBtoTCP {
public static final String TCP_DESTINATION_IP = "172.20.144.187"; public static final String TCP_DESTINATION_IP = "172.20.144.187";
public static final int DIS_DESTINATION_PORT = 2800; public static final int DIS_DESTINATION_PORT = 2800;
......
...@@ -15,7 +15,7 @@ import edu.nps.moves.disutil.DisTime; ...@@ -15,7 +15,7 @@ import edu.nps.moves.disutil.DisTime;
* @author Angelopoulos/Blankenbeker * @author Angelopoulos/Blankenbeker
* 8 MAR 2018 * 8 MAR 2018
*/ */
public class AngelBlankEspduTCPReceiverASenderBTest public class AngelBlankEspduTCPReceiverASenderB
{ {
public static final int NUMBER_TO_SEND = 5000; public static final int NUMBER_TO_SEND = 5000;
public enum NetworkMode{UNICAST, MULTICAST, BROADCAST}; public enum NetworkMode{UNICAST, MULTICAST, BROADCAST};
......
...@@ -13,7 +13,7 @@ import edu.nps.moves.disutil.PduFactory; ...@@ -13,7 +13,7 @@ import edu.nps.moves.disutil.PduFactory;
* @author Angelopoulos/Blankenbeker * @author Angelopoulos/Blankenbeker
* @version 8 MAR 2018 * @version 8 MAR 2018
*/ */
public class AngelBlankEspduTCPReceiverBSenderATest public class AngelBlankEspduTCPReceiverBSenderA
{ {
public static final int NUMBER_TO_SEND = 5000; public static final int NUMBER_TO_SEND = 5000;
......
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