Platform SDK: Windows Sockets

Pseudo vs. True Blocking

In 16 Windows environments, true blocking is not supported by the OS, thus a blocking operation that cannot be completed immediately is handled as follows:

This is what is meant by the term pseudo blocking, and the loop referred to above is known as the default blocking hook.