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

Method SetFailure

src/network/core/tcp_connect.cpp:451–454  ·  view source on GitHub ↗

* The connection couldn't be established. */

Source from the content-addressed store, hash-verified

449 * The connection couldn't be established.
450 */
451void TCPServerConnecter::SetFailure()
452{
453 this->status = Status::Failure;
454}
455
456/**
457 * Check whether we need to call the callback, i.e. whether we

Callers 4

Receive_GC_ERRORMethod · 0.80
ConnectToServerMethod · 0.80
CloseTokenMethod · 0.80
CloseAllConnectionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected