Searched defs:MAX_RESPONSE_SIZE (Results 1 – 2 of 2) sorted by relevance
81 constexpr size_t MAX_RESPONSE_SIZE = std::numeric_limits<uint16_t>::max() + 1 + 2; variable
288 #define MAX_RESPONSE_SIZE 4096 macro