mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Try other resolved IPs if one fails to connect
This commit is contained in:
parent
9d38ebdc3c
commit
fd52e18d19
4 changed files with 48 additions and 9 deletions
|
@ -63,6 +63,8 @@ private:
|
|||
|
||||
String _key;
|
||||
String _host;
|
||||
int _port;
|
||||
Array ip_candidates;
|
||||
Vector<String> _protocols;
|
||||
bool _use_ssl = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue