Searched refs:CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance
507 constexpr uint16_t CHUNK_SIZE = 2048; in readResponse() local508 std::vector<uint8_t> discard(std::min(remainingBytes, CHUNK_SIZE)); in readResponse()