OpenTTD Source
12.0-beta2
|
Non blocking connection create to actually connect to servers. More...
Public Member Functions | |
TCPClientConnecter (const std::string &connection_string) | |
void | OnFailure () override |
Callback for when the connection attempt failed. | |
void | OnConnect (SOCKET s) override |
Callback when the connection succeeded. More... | |
Private Attributes | |
std::string | connection_string |
![]() | |
ServerAddress | server_address |
Address we are connecting to. | |
Additional Inherited Members | |
![]() | |
TCPServerConnecter (const std::string &connection_string, uint16 default_port) | |
Create a new connecter for the server. More... | |
void | SetConnected (SOCKET sock) |
The connection was successfully established. More... | |
void | SetFailure () |
The connection couldn't be established. | |
![]() | |
TCPConnecter (const std::string &connection_string, uint16 default_port, NetworkAddress bind_address={}, int family=AF_UNSPEC) | |
Create a new connecter for the given address. More... | |
void | Kill () |
Kill this connecter. More... | |
![]() | |
static void | CheckCallbacks () |
Check whether we need to call the callback, i.e. More... | |
static void | KillAll () |
Kill all connection attempts. | |
Non blocking connection create to actually connect to servers.
Definition at line 720 of file network.cpp.
|
inlineoverridevirtual |
Callback when the connection succeeded.
s | the socket that we opened |
Reimplemented from TCPConnecter.
Definition at line 732 of file network.cpp.
References _networking, IConsoleCmdExec(), and NetworkClient_Connected().