Searched refs:HTTP_MAX_PRIORITY (Results 1 – 1 of 1) sorted by relevance
31 static constexpr const uint32_t HTTP_MAX_PRIORITY = 1000; variable111 if (priority < HTTP_MIN_PRIORITY || priority > HTTP_MAX_PRIORITY) { in SetPriority()