Cleanup + client.
This commit is contained in:
@@ -73,7 +73,7 @@ int Connector::Connect(const char* srv_addr, std::string name) {
|
||||
int errors = 0;
|
||||
std::vector<char*> lsPck;
|
||||
while (!ready) {
|
||||
lsPck = netprot::recvPacks(m_sock_udp, &bf);
|
||||
netprot::recvPacks(m_sock_udp, &bf, &lsPck);
|
||||
|
||||
for (auto& pck : lsPck) {
|
||||
uint32_t bsize = bf.len - (pck - bf.ptr);
|
||||
|
Reference in New Issue
Block a user