Searched refs:SEND_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
39 constexpr const uint32_t SEND_BUF_SIZE = 8192; variable190 if (request_size > SEND_BUF_SIZE) in Send()192 uint8_t send_buf[SEND_BUF_SIZE]; in Send()