#include <FTPListen.h>
|
|
|
|
|
|
|
|
|
Get first socket from queue. This function will return the first socket ID from the backlog queue. If there is no socket waiting, NULL is returned. Note: the socket is removed from the internal queue. |
|
A new incoming connection has arrived. This function is overloaded from QServerSocket; it is called when a new connection arrives at the listing port. It will simply take the socket number and queue it. |