Report whether or not the connection needs to be handled asynchronously. If the connection requires asynchronous handling (this function returns TRUE), the data received must be queued for later processing and the Transport Handler's receive call will return immediately. If the connection can be handled synchronously (this function returns FALSE), then data received from the connection is allowed to be processed immediately, blocking the caller.
This callback must not be NULL.
|