Validates a newly accepted socket.
This method is called by the I/O engine upon accepting a new connection prior to posting the accept event to the I/O queue. The return value of this method determines if the connection will be terminated or not.
- Parameters
-
pLocalAddr | [ in ] A pointer to the local address for this connection. |
pRemoteAddr | [ in ] A pointer to the remote address for this connection. |
- Returns
Success | P6R::eOk | The connection will be accepted. |
Failure | eNetFiltered | The connection will be aborted. |