1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Added support for IPv6 addresses in DNS.

This commit is contained in:
Matias Fontanini
2012-11-20 23:57:02 -03:00
parent 2a0b248518
commit 08b4c92dac
5 changed files with 53 additions and 8 deletions

View File

@@ -72,6 +72,15 @@ public:
*/
IPv6Address(const std::string &addr);
/**
* \brief Constructor from a buffer.
*
* The ptr parameter must be at least address_size bytes long.
*
* \param ptr The buffer from which to construct this object.
*/
IPv6Address(const_iterator ptr);
/**
* \brief Retrieve the string representation of this address.
*