bool PacketHandler::packet_add(char *data, uint32_t seq, uint32_t size) { int st=(seq-cur_seq); *(pkt[curpkt]+st)=data;