This commit is contained in:
2025-01-30 22:49:06 +01:00
parent a416913cff
commit b88cd9fe7c
3 changed files with 3 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ void client(std::string prefix)
std::string buffer;
buffer.resize(prefix.size() + extra_buff);
int sock = TcpSocket::connectt("petrovv.com", 8888);
int sock = TcpSocket::connectt("petrovv.com", serverPort);
if (sock < 0)
{