port num
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user