Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITcpSocket::listen ( P6INT32  cBacklog)
pure virtual

Places the socket in a state where it listens for incomming connections.

Parameters
cBacklog[ in ] This specifies the size of the queue of pending connections. It is highly platform dependent and most platforms will replace out of range values with the nearest in rang value.
Returns