multicast socket for score

This commit is contained in:
Lorenzo Iovino 2017-06-27 15:45:28 +02:00
parent 5f8fe0ae2d
commit f7c9d0ff99
21 changed files with 1621 additions and 589 deletions

View file

@ -11,6 +11,12 @@ public class Config {
public static String GameServerURI = "localhost";
public static Integer GameServerPort = 10000;
public static String WordsReceiverServerURI = "localhost";
public static Integer WordsReceiverServerPort = 10001;
public static String ScoreMulticastServerURI = "226.226.226.226";
public static String NotificationServerURI = "localhost";
public static Integer NotificationServerPort = 20000;
public static Integer NotificationServerStubPort = 5000;