More toward GitHub issue #56
This commit is contained in:
parent
c9294c1a78
commit
aee742e767
12 changed files with 113 additions and 27 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue