|
@ -29,6 +29,7 @@ class TCPTimeCounterClient { |
|
|
|
|
|
|
|
|
public static void main(String args[]) throws Exception { |
|
|
public static void main(String args[]) throws Exception { |
|
|
String hostname = "VertSys-ELB1-b88aad9416b2929b.elb.eu-central-1.amazonaws.com"; |
|
|
String hostname = "VertSys-ELB1-b88aad9416b2929b.elb.eu-central-1.amazonaws.com"; |
|
|
|
|
|
//String hostname = "52.68.46.135"; |
|
|
//String hostname = ""; |
|
|
//String hostname = ""; |
|
|
int tcpPort = 36038; |
|
|
int tcpPort = 36038; |
|
|
//BufferedReader inFromUser = new BufferedReader(new InputStreamReader(System.in)); |
|
|
//BufferedReader inFromUser = new BufferedReader(new InputStreamReader(System.in)); |
|
|