LOG_BUFFER_SIZE
static char server_log_buffer[LOG_BUFFER_SIZE + 1] = { 0 };
static char client_log_buffer[LOG_BUFFER_SIZE + 1] = { 0 };