Edit

Selects

In the original Berkeley Software Distribution (BSD) socket interface the select function was the standard (and only) means to obtain network event indications. For each socket, information on read, write, or error status can be polled or waited on. See WSPSelect for more information. Note that network event FD_QOS cannot be obtained by this approach.