multicast socket for score
This commit is contained in:
parent
5f8fe0ae2d
commit
f7c9d0ff99
21 changed files with 1621 additions and 589 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue