K
Size: a a a
K
K
K
СК
K
СК
СК
K
K
СК
K
СК
P
P
P
P
СК
struct QueueItem {
int fd;
int sent;
int length;
char buffer[BUFF_SIZE];
void (*on_progress)(QueueItem *) = nullptr;
};
¯
struct QueueItem {
int fd;
int sent;
int length;
char buffer[BUFF_SIZE];
void (*on_progress)(QueueItem *) = nullptr;
};
Б