mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-19 15:43:53 +00:00
More toward GitHub issue #56
This commit is contained in:
@ -101,6 +101,12 @@ public:
|
||||
this->set(ipBytes,ipLen,port);
|
||||
}
|
||||
|
||||
InetAddress(const uint32_t ipv4,unsigned int port)
|
||||
throw()
|
||||
{
|
||||
this->set(&ipv4,4,port);
|
||||
}
|
||||
|
||||
InetAddress(const std::string &ip,unsigned int port)
|
||||
throw()
|
||||
{
|
||||
|
Reference in New Issue
Block a user