X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FINet6Address.hh;h=66cc0263ebcb3e487cc28214175ea8af578bedc9;hb=874b9d37b59223d9b0dce3bddafa130045419750;hp=cc26d96d1710ce846c5f3ecc4b8bd3a976753265;hpb=b98db834b584f9d9c85c16b4a818c7f9f326b9c7;p=senf.git diff --git a/senf/Socket/Protocols/INet/INet6Address.hh b/senf/Socket/Protocols/INet/INet6Address.hh index cc26d96..66cc026 100644 --- a/senf/Socket/Protocols/INet/INet6Address.hh +++ b/senf/Socket/Protocols/INet/INet6Address.hh @@ -86,7 +86,7 @@ namespace senf { ff00::/8 Multicast RFC4291 ff00::/12 Globally allocated multicast RFC4291 ff10::/12 Locally allocated multicast RFC4291 - ff30::/12 Unicast prefic based multicast RFC3306 + ff30::/12 Unicast prefix based multicast RFC3306 ff70::/12 Multicast address with embedded RP RFC3956 \endhtmlonly @@ -176,12 +176,14 @@ namespace senf { ///< Convert string to address /**< This member will try to convert the given string into an IP address. from_string() supports all standard IP - literal representations as well es hostnames. + literal representations as well as hostnames. \attention This call may block if \a s represents a hostname which must be looked up via some network protocol like DNS or NIS \throws AddressSyntaxException if the address cannot be converted for some reason + \throws UnknownHostnameException if the hostname cannot + be resolved \param[in] s Address literal or hostname \param[in] resolve If this is set to \c ResolveINet4, the call will additionally try to interpret \a s as @@ -216,7 +218,7 @@ namespace senf { /**< This will construct a link local address of the form fe80::xxxx:xxxx:xxxx:xxxx. */ - in6_addr toin6_addr() const; ///< get the linux in6_addr struct (convinience only) + in6_addr toin6_addr() const; ///< get the linux in6_addr struct (convenience only) ///@} ///////////////////////////////////////////////////////////////////////////