Ver Fonte

changed port

Kajetan Johannes Hammerle há 3 anos atrás
pai
commit
137077b1a5
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Main.cpp

+ 2 - 2
Main.cpp

@@ -9,7 +9,7 @@
 
 int main() {
     Socket socket;
-    if(socket.start(4455)) {
+    if(socket.start(4456)) {
         return 0;
     }
     std::array<Client, 1> clients;
@@ -36,4 +36,4 @@ int main() {
         }
     }
     return 0;
-}
+}