Searched refs:maxRespLen (Results 1 – 1 of 1) sorted by relevance
584 static constexpr size_t maxRespLen = 16384; in sendCommand() local657 resp.full_payload.resize(maxRespLen); in sendCommand()680 else if ((size_t)rlen > maxRespLen) in sendCommand()