Home
last modified time | relevance | path

Searched refs:USER_LIMIT (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket_server.h48 constexpr int USER_LIMIT = 10; member
477 struct pollfd fds_[USER_LIMIT + 1];
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket_server.cpp1426 if (g_userCounter >= USER_LIMIT) { in SetTlsConnectionSecureOptions()
1454 for (int i = 1; i <= USER_LIMIT; ++i) { in InitPollList()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp62 static constexpr const int USER_LIMIT = 511; variable
2011 ret = listen(context->GetSocketFd(), USER_LIMIT); in ExecTcpServerListen()

Completed in 7 milliseconds