In file No file:

Boolean osl_listenOnSocket (oslSocket Socket, int MaxPendingConnections)

Prepares the socket to act as an acceptor of incoming connections

Documentation

Prepares the socket to act as an acceptor of incoming connections. You should call "listen" before you use "accept".
Returns:
False if the listen failed.
Parameters:
MaxPendingConnections - denotes the length of the queue of pending connections for this socket. If MaxPendingConnections is -1, the systems default value will be used (Usually 5).

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de