Report a connection that is now opened.
Called by a Transport when a inbound or outbound connection was successfully established.
This callback must not be NULL.
- Parameters
-
handler | The TransportHandler receiving connection. This must not be NULL. |
connection | A Transport representation of the Connection. This must not be NULL. |
- Returns
- TRUE if connection was accepted by handler, FALSE otherwise. There is no need to call Closed if this returns FALSE.