You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
adding ipv6
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
class IP_Unix : public IP {
|
||||
OBJ_TYPE(IP_Unix, IP);
|
||||
|
||||
virtual IP_Address _resolve_hostname(const String& p_hostname);
|
||||
virtual IP_Address _resolve_hostname(const String& p_hostname, IP_Address::AddrType p_type);
|
||||
|
||||
static IP* _create_unix();
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user