Here is a patch to fix the issue. uuid_ methods are renamed to uuid_upnp_ This makes...
Socket::address: add equality operator, getPort...
Socket::address: add isAny, setAny, isLoopback,...
Socket::address: convert port to network byte o...
Socket::address: add unit tests for new features
ost::Socket: add compatibility with ucommon::So...
fix memory corruption in IPV6Address(in6_addr)
Socket::address: use existing len() method.
Socket::address: allow printing to std::ostream
Socket::store: use existing len method
Socket::join, ::drop: allow to set interface in...
Socket::address: add unit tests for print()
Socket::address: add withPort()
Socket::address: fix constructor documentation
ost::Socket: use ucommon::Socket for join(), dr...
Socket::address: add constructors from standard...
Socket::address: use in_port_t for port numbers
Socket::address::print(): minor fixes
Socket::address: add print() method
Socket::address: add setAny(sockaddr*), setLoop...
UDPSocket: use ucommon::Socket::address