R
Size: a a a
R
СК
R
СК
auto bidlo = read_bytes(this->fd, this->buffer+this->received, this->length-this->received);
this->received += bidlo;
if (this->received >= this->length) {
this->receiving = false;
return true;
}
return false;
Л
СК
P
K
K
EK
СК
Б
auto bidlo = read_bytes(this->fd, this->buffer+this->received, this->length-this->received);
this->received += bidlo;
if (this->received >= this->length) {
this->receiving = false;
return true;
}
return false;