MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ConnectFailure

Method ConnectFailure

src/network/network_turn.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void ClientNetworkTurnSocketHandler::ConnectFailure()
110{
111 _network_coordinator_client.ConnectFailure(this->token, this->tracking_number);
112}
113
114NetworkRecvStatus ClientNetworkTurnSocketHandler::CloseConnection(bool error)
115{

Callers 4

Receive_TURN_ERRORMethod · 0.95
OnFailureMethod · 0.45
CloseMethod · 0.45
OnClickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected