added windows support for ipv6, cleaned up unix code
This commit is contained in:
parent
1c2ac490cf
commit
672225b710
11 changed files with 175 additions and 122 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue