Port 80 --> 10001

This commit is contained in:
Georg Reisinger 2021-01-02 15:29:21 +01:00
parent 6c59901d2b
commit 012b8bb532

View File

@ -12,7 +12,7 @@ import java.net.Socket;
* Vereint alle anderen Klassen
*/
public class Main {
static final int port = 80;
static final int port = 10001;
private Socket socket;
/**