Searched refs:RESERVED_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
41 constexpr uint32_t RESERVED_BUFFER_SIZE = 512; variable493 char buffer_[RESERVED_BUFFER_SIZE] = {0};
43 buffer_[RESERVED_BUFFER_SIZE-1] = '\0'; in NetConnClient()