- Returns:
- A new'ed instance of QBlkSocket for the new connection or 0 if timed out
Waits for a client to connect to a server socket, spawning a new instance of itself for the new connection. The original socket (ie; the one you call
waitForConnection() upon) is unaffected.