Searched refs:MAX_LISTEN_NUM (Results 1 – 1 of 1) sorted by relevance
37 static constexpr const uint32_t MAX_LISTEN_NUM = 1024; variable386 if (listen(serverSockFd_, MAX_LISTEN_NUM) < 0) { in StartListen()