[private]
Definition at line 277 of file PracticalSocket.cpp.
00277 { 00278 if (listen(sockDesc, queueLen) < 0) { 00279 throw SocketException("Set listening socket failed (listen())", true); 00280 } 00281 }