Searched refs:kMaxPendingConnectionRequests (Results 1 – 2 of 2) sorted by relevance
87 static constexpr int kMaxPendingConnectionRequests = 4; variable
83 int ret = listen(mSockFd, kMaxPendingConnectionRequests); in run()