Searched defs:cMaxPending (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp1637 * @param cMaxPending The max number of pending connections.
1639 int rtSocketListen(RTSOCKET hSocket, int cMaxPending) argument
1650 if (listen(pThis->hNative, cMaxPending) != 0)

Completed in 123 milliseconds