added windows support for ipv6, cleaned up unix code

This commit is contained in:
Ariel Manzur 2016-10-20 07:04:10 -03:00
parent 1c2ac490cf
commit 672225b710
11 changed files with 175 additions and 122 deletions

View file

@ -89,6 +89,8 @@ public:
virtual void get_local_addresses(List<IP_Address> *r_addresses) const=0;
void erase_resolve_item(ResolverID p_id);
void clear_cache(const String& p_hostname = "");
static IP* get_singleton();
static IP* create();