gt2CloseConnectionHard
Closes a connection immediately.
- void gt2CloseConnectionHard(
- GT2Connection connection );
Routine | Required Header | Distribution |
---|---|---|
gt2CloseConnectionHard | <gt2.h> | SDKZIP |
Parameters
- connection
- [in] The handle to the connection.
Remarks
This function closes a connection without waiting for confirmation from the remote side of the connection. Messages in transit may be lost. The connection's closed callback will be called from within this function.
Section Reference: Gamespy Transport SDK
See Also: gt2CloseConnection, gt2CloseAllConnections, gt2CloseAllConnectionsHard