SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit 76a7d0218d - Show all commits

View File

@ -113,7 +113,7 @@ int Connector::Connect(const char* srv_addr, std::string name) {
//std::cout << "Packet invalide." << std::endl;
break;
}
currbuf = &currbuf[curr];
currbuf = &currbuf[curr + 1];
bytes -= curr;
if (errors > 100)
return 1;